Html Css Color HEX #689710 Olive Drab

📋 copy color: '#689710'

red 104 ◦ green 151 ◦ blue 16

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

Shades of Olive Drab #689710

Tints of Olive Drab #689710

RGB

 RED value IS 104 (41.02% from 255) = 38.38%

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

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

R = 38.38%
G = 55.72%
B = 5.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#689710 (or 0x689710) is known color: Olive Drab. HEX triplet: 68, 97 and 10. RGB value is (104,151,16). Sum of RGB (Red+Green+Blue) = 104+151+16=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #689710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689710 is #9768EF. Grayscale: #7A7A7A. Windows color (decimal): -9922800 or 1087336. OLE color: 1087336.

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

Color convert

RGB 104 151 16 -
CMYK 0.31 0 0.89 0.41
HSL 80.89º 0.81% 0.33% -
HSV(B) 80.89º 0.89% 0.59% -
XYZ 16.87 25.11 4.45 -
YUV 121.56 68.43 115.48 -
System Red Green Blue C M Y K H S L
Decimal 104 151 16 0.31 0 0.89 0.41 80.89 0.81 0.33
Hex 68 97 10 1F 0 59 29 51 51 21
Octal 150 227 20 37 0 131 51 121 121 41
Binary 1101000 10010111 10000 11111 0 1011001 101001 1010001 1010001 100001

Color Harmonies of #689710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689710

Black with #689710

Text Example


Text Example

White with #689710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689710; }

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

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

background-color css

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

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

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

border-color css

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

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

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