Html Css Color HEX #699116 Olive Drab

📋 copy color: '#699116'

red 105 ◦ green 145 ◦ blue 22

#699116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #699116

Tints of Olive Drab #699116

RGB

 RED value IS 105 (41.41% from 255) = 38.6%

 GREEN value IS 145 (57.03% from 255) = 53.31%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 38.6%
G = 53.31%
B = 8.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#699116 (or 0x699116) is known color: Olive Drab. HEX triplet: 69, 91 and 16. RGB value is (105,145,22). Sum of RGB (Red+Green+Blue) = 105+145+22=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #699116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699116 is #966EE9. Grayscale: #777777. Windows color (decimal): -9858794 or 1479017. OLE color: 1479017.

HSL color Cylindrical-coordinate representation of color #699116: hue angle of 79.51º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699116 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 22 -
CMYK 0.28 0 0.85 0.43
HSL 79.51º 0.74% 0.33% -
HSV(B) 79.51º 0.85% 0.57% -
XYZ 16.1 23.31 4.41 -
YUV 119.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 105 145 22 0.28 0 0.85 0.43 79.51 0.74 0.33
Hex 69 91 16 1C 0 55 2B 50 4A 21
Octal 151 221 26 34 0 125 53 120 112 41
Binary 1101001 10010001 10110 11100 0 1010101 101011 1010000 1001010 100001

Color Harmonies of #699116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699116

Black with #699116

Text Example


Text Example

White with #699116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699116; }

 p { color: rgb(105,145,22); }

 H1.HeaderClassName
 {
   color: #699116;
 }
 .AnyTagClassName
 {
   color: #699116;
 }
</style>

background-color css

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

 a { background-color: rgb(105,145,22); }

 div.DivClassName
 {
   background-color: #699116;
 }
 .BgClassName
 {
   background-color: #699116;
 }
</style>

border-color css

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

 span { border-color: rgb(105,145,22); }

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