Html Css Color HEX #699710 Olive Drab

📋 copy color: '#699710'

red 105 ◦ green 151 ◦ blue 16

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

Shades of Olive Drab #699710

Tints of Olive Drab #699710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 38.6%
G = 55.51%
B = 5.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#699710 (or 0x699710) is known color: Olive Drab. HEX triplet: 69, 97 and 10. RGB value is (105,151,16). Sum of RGB (Red+Green+Blue) = 105+151+16=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #699710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699710 is #9668EF. Grayscale: #7A7A7A. Windows color (decimal): -9857264 or 1087337. OLE color: 1087337.

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

Color convert

RGB 105 151 16 -
CMYK 0.30 0 0.89 0.41
HSL 80.44º 0.81% 0.33% -
HSV(B) 80.44º 0.89% 0.59% -
XYZ 16.99 25.17 4.45 -
YUV 121.86 68.26 115.98 -
System Red Green Blue C M Y K H S L
Decimal 105 151 16 0.30 0 0.89 0.41 80.44 0.81 0.33
Hex 69 97 10 1E 0 59 29 50 51 21
Octal 151 227 20 36 0 131 51 120 121 41
Binary 1101001 10010111 10000 11110 0 1011001 101001 1010000 1010001 100001

Color Harmonies of #699710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699710

Black with #699710

Text Example


Text Example

White with #699710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699710; }

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

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

background-color css

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

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

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

border-color css

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

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

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