Html Css Color HEX #699222 Olive Drab

📋 copy color: '#699222'

red 105 ◦ green 146 ◦ blue 34

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

Shades of Olive Drab #699222

Tints of Olive Drab #699222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 36.84%
G = 51.23%
B = 11.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#699222 (or 0x699222) is known color: Olive Drab. HEX triplet: 69, 92 and 22. RGB value is (105,146,34). Sum of RGB (Red+Green+Blue) = 105+146+34=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #699222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699222 is #966DDD. Grayscale: #797979. Windows color (decimal): -9858526 or 2265705. OLE color: 2265705.

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

Color convert

RGB 105 146 34 -
CMYK 0.28 0 0.77 0.43
HSL 81.96º 0.62% 0.35% -
HSV(B) 81.96º 0.77% 0.57% -
XYZ 16.39 23.68 5.22 -
YUV 120.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 105 146 34 0.28 0 0.77 0.43 81.96 0.62 0.35
Hex 69 92 22 1C 0 4D 2B 52 3E 23
Octal 151 222 42 34 0 115 53 122 76 43
Binary 1101001 10010010 100010 11100 0 1001101 101011 1010010 111110 100011

Color Harmonies of #699222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699222

Black with #699222

Text Example


Text Example

White with #699222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699222; }

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

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

background-color css

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

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

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

border-color css

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

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

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