Html Css Color HEX #699610 Olive Drab

📋 copy color: '#699610'

red 105 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #699610

Tints of Olive Drab #699610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.35%

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

R = 38.75%
G = 55.35%
B = 5.9%

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

#699610 (or 0x699610) is known color: Olive Drab. HEX triplet: 69, 96 and 10. RGB value is (105,150,16). Sum of RGB (Red+Green+Blue) = 105+150+16=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #699610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699610 is #9669EF. Grayscale: #797979. Windows color (decimal): -9857520 or 1087081. OLE color: 1087081.

HSL color Cylindrical-coordinate representation of color #699610: hue angle of 80.15º 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 #699610 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 16 -
CMYK 0.30 0 0.89 0.41
HSL 80.15º 0.81% 0.33% -
HSV(B) 80.15º 0.89% 0.59% -
XYZ 16.83 24.85 4.4 -
YUV 121.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 105 150 16 0.30 0 0.89 0.41 80.15 0.81 0.33
Hex 69 96 10 1E 0 59 29 50 51 21
Octal 151 226 20 36 0 131 51 120 121 41
Binary 1101001 10010110 10000 11110 0 1011001 101001 1010000 1010001 100001

Color Harmonies of #699610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699610

Black with #699610

Text Example


Text Example

White with #699610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699610; }

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

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

background-color css

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

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

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

border-color css

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

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

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