Html Css Color HEX #699B20 Olive Drab

📋 copy color: '#699B20'

red 105 ◦ green 155 ◦ blue 32

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

Shades of Olive Drab #699B20

Tints of Olive Drab #699B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.08%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 35.96%
G = 53.08%
B = 10.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#699B20 (or 0x699B20) is known color: Olive Drab. HEX triplet: 69, 9B and 20. RGB value is (105,155,32). Sum of RGB (Red+Green+Blue) = 105+155+32=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #699B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B20 is #9664DF. Grayscale: #7E7E7E. Windows color (decimal): -9856224 or 2136937. OLE color: 2136937.

HSL color Cylindrical-coordinate representation of color #699B20: hue angle of 84.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #699B20 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 32 -
CMYK 0.32 0 0.79 0.39
HSL 84.39º 0.66% 0.37% -
HSV(B) 84.39º 0.79% 0.61% -
XYZ 17.81 26.55 5.55 -
YUV 126.03 74.94 113 -
System Red Green Blue C M Y K H S L
Decimal 105 155 32 0.32 0 0.79 0.39 84.39 0.66 0.37
Hex 69 9B 20 20 0 4F 27 54 42 25
Octal 151 233 40 40 0 117 47 124 102 45
Binary 1101001 10011011 100000 100000 0 1001111 100111 1010100 1000010 100101

Color Harmonies of #699B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B20

Black with #699B20

Text Example


Text Example

White with #699B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B20; }

 p { color: rgb(105,155,32); }

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

background-color css

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

 a { background-color: rgb(105,155,32); }

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

border-color css

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

 span { border-color: rgb(105,155,32); }

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