Html Css Color HEX #699224 Olive Drab

📋 copy color: '#699224'

red 105 ◦ green 146 ◦ blue 36

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

Shades of Olive Drab #699224

Tints of Olive Drab #699224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 36.59%
G = 50.87%
B = 12.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#699224 (or 0x699224) is known color: Olive Drab. HEX triplet: 69, 92 and 24. RGB value is (105,146,36). Sum of RGB (Red+Green+Blue) = 105+146+36=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #699224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699224 is #966DDB. Grayscale: #797979. Windows color (decimal): -9858524 or 2396777. OLE color: 2396777.

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

Color convert

RGB 105 146 36 -
CMYK 0.28 0 0.75 0.43
HSL 82.36º 0.6% 0.36% -
HSV(B) 82.36º 0.75% 0.57% -
XYZ 16.42 23.69 5.38 -
YUV 121.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 105 146 36 0.28 0 0.75 0.43 82.36 0.6 0.36
Hex 69 92 24 1C 0 4B 2B 52 3C 24
Octal 151 222 44 34 0 113 53 122 74 44
Binary 1101001 10010010 100100 11100 0 1001011 101011 1010010 111100 100100

Color Harmonies of #699224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699224

Black with #699224

Text Example


Text Example

White with #699224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699224; }

 p { color: rgb(105,146,36); }

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

background-color css

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

 a { background-color: rgb(105,146,36); }

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

border-color css

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

 span { border-color: rgb(105,146,36); }

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