Html Css Color HEX #699810 Olive Drab

📋 copy color: '#699810'

red 105 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #699810

Tints of Olive Drab #699810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

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

R = 38.46%
G = 55.68%
B = 5.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#699810 (or 0x699810) is known color: Olive Drab. HEX triplet: 69, 98 and 10. RGB value is (105,152,16). Sum of RGB (Red+Green+Blue) = 105+152+16=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #699810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699810 is #9667EF. Grayscale: #7A7A7A. Windows color (decimal): -9857008 or 1087593. OLE color: 1087593.

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

Color convert

RGB 105 152 16 -
CMYK 0.31 0 0.89 0.40
HSL 80.74º 0.81% 0.33% -
HSV(B) 80.74º 0.89% 0.6% -
XYZ 17.15 25.5 4.51 -
YUV 122.44 67.93 115.56 -
System Red Green Blue C M Y K H S L
Decimal 105 152 16 0.31 0 0.89 0.40 80.74 0.81 0.33
Hex 69 98 10 1F 0 59 28 51 51 21
Octal 151 230 20 37 0 131 50 121 121 41
Binary 1101001 10011000 10000 11111 0 1011001 101000 1010001 1010001 100001

Color Harmonies of #699810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699810

Black with #699810

Text Example


Text Example

White with #699810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699810; }

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

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

background-color css

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

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

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

border-color css

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

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

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