Html Css Color HEX #689808 Olive Drab

📋 copy color: '#689808'

red 104 ◦ green 152 ◦ blue 8

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

Shades of Olive Drab #689808

Tints of Olive Drab #689808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 39.39%
G = 57.58%
B = 3.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#689808 (or 0x689808) is known color: Olive Drab. HEX triplet: 68, 98 and 08. RGB value is (104,152,8). Sum of RGB (Red+Green+Blue) = 104+152+8=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #689808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689808 is #9767F7. Grayscale: #797979. Windows color (decimal): -9922552 or 563304. OLE color: 563304.

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

Color convert

RGB 104 152 8 -
CMYK 0.32 0 0.95 0.40
HSL 80º 0.9% 0.31% -
HSV(B) 80º 0.95% 0.6% -
XYZ 16.98 25.42 4.24 -
YUV 121.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 104 152 8 0.32 0 0.95 0.40 80 0.9 0.31
Hex 68 98 8 20 0 5F 28 50 5A 1F
Octal 150 230 10 40 0 137 50 120 132 37
Binary 1101000 10011000 1000 100000 0 1011111 101000 1010000 1011010 11111

Color Harmonies of #689808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689808

Black with #689808

Text Example


Text Example

White with #689808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689808; }

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

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

background-color css

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

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

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

border-color css

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

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

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