Html Css Color HEX #689810 Olive Drab

📋 copy color: '#689810'

red 104 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #689810

Tints of Olive Drab #689810

RGB

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

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

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

R = 38.24%
G = 55.88%
B = 5.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#689810 (or 0x689810) is known color: Olive Drab. HEX triplet: 68, 98 and 10. RGB value is (104,152,16). Sum of RGB (Red+Green+Blue) = 104+152+16=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #689810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689810 is #9767EF. Grayscale: #7A7A7A. Windows color (decimal): -9922544 or 1087592. OLE color: 1087592.

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

Color convert

RGB 104 152 16 -
CMYK 0.32 0 0.89 0.40
HSL 81.18º 0.81% 0.33% -
HSV(B) 81.18º 0.89% 0.6% -
XYZ 17.03 25.44 4.5 -
YUV 122.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 104 152 16 0.32 0 0.89 0.40 81.18 0.81 0.33
Hex 68 98 10 20 0 59 28 51 51 21
Octal 150 230 20 40 0 131 50 121 121 41
Binary 1101000 10011000 10000 100000 0 1011001 101000 1010001 1010001 100001

Color Harmonies of #689810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689810

Black with #689810

Text Example


Text Example

White with #689810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689810; }

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

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

background-color css

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

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

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

border-color css

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

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

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