Html Css Color HEX #699705 Olive Drab

📋 copy color: '#699705'

red 105 ◦ green 151 ◦ blue 5

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

Shades of Olive Drab #699705

Tints of Olive Drab #699705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.85%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 40.23%
G = 57.85%
B = 1.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#699705 (or 0x699705) is known color: Olive Drab. HEX triplet: 69, 97 and 05. RGB value is (105,151,5). Sum of RGB (Red+Green+Blue) = 105+151+5=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #699705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699705 is #9668FA. Grayscale: #797979. Windows color (decimal): -9857275 or 366441. OLE color: 366441.

HSL color Cylindrical-coordinate representation of color #699705: hue angle of 78.9º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699705 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 5 -
CMYK 0.30 0 0.97 0.41
HSL 78.9º 0.94% 0.31% -
HSV(B) 78.9º 0.97% 0.59% -
XYZ 16.92 25.15 4.11 -
YUV 120.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 105 151 5 0.30 0 0.97 0.41 78.9 0.94 0.31
Hex 69 97 5 1E 0 61 29 4F 5E 1F
Octal 151 227 5 36 0 141 51 117 136 37
Binary 1101001 10010111 101 11110 0 1100001 101001 1001111 1011110 11111

Color Harmonies of #699705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699705

Black with #699705

Text Example


Text Example

White with #699705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699705; }

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

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

background-color css

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

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

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

border-color css

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

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

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