#69971B

Color #69971B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #69971B

Tints of Olive Drab #69971B

Color information

#69971B (or 0x69971B) is unknown color: approx Olive Drab. HEX triplet: 69, 97 and 1B. RGB value is (105,151,27). Sum of RGB (Red+Green+Blue) = 105+151+27=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #69971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69971B is #9668E4. Grayscale: #7B7B7B. Windows color (decimal): -9857253 or 1808233. OLE color: 1808233.

HSL color Cylindrical-coordinate representation of color #69971B: hue angle of 82.26º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69971B is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB10515127-
CMYK0.3000.820.41
HSL82.26º69.66%34.9%-
HSV(B)82.26º82.12%59.22%-
XYZ17.0925.225-
YUV123.1173.76115.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=37.10%
G=53.36%
B=9.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151270.3000.820.4182.2669.6634.9
Hex69971B1E05229524623
Octal151227333601225112210643
Binary11010011001011111011111100101001010100110100101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69971B; }

 p { color: rgb(105,151,27); }

 H1.HeaderClassName
 {
   color: #69971B;
 }
 .AnyTagClassName
 {
   color: #69971B;
 }
</style>
background-color css

<style>
 a { background-color: #69971B; }

 a { background-color: rgb(105,151,27); }

 div.DivClassName
 {
   background-color: #69971B;
 }
 .BgClassName
 {
   background-color: #69971B;
 }
</style>
border-color css

<style>
 span { border-color: #69971B; }

 span { border-color: rgb(105,151,27); }

 td.TdClassName
 {
   border-color: #69971B;
 }
 .TagClassName
 {
   border-color: #69971B;
 }
</style>