Html Css Color HEX #689308 Olive Drab

📋 copy color: '#689308'

red 104 ◦ green 147 ◦ blue 8

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

Shades of Olive Drab #689308

Tints of Olive Drab #689308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.76%

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

R = 40.15%
G = 56.76%
B = 3.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#689308 (or 0x689308) is known color: Olive Drab. HEX triplet: 68, 93 and 08. RGB value is (104,147,8). Sum of RGB (Red+Green+Blue) = 104+147+8=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #689308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689308 is #976CF7. Grayscale: #767676. Windows color (decimal): -9923832 or 562024. OLE color: 562024.

HSL color Cylindrical-coordinate representation of color #689308: hue angle of 78.56º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #689308 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 8 -
CMYK 0.29 0 0.95 0.42
HSL 78.56º 0.9% 0.3% -
HSV(B) 78.56º 0.95% 0.58% -
XYZ 16.19 23.83 3.98 -
YUV 118.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 104 147 8 0.29 0 0.95 0.42 78.56 0.9 0.3
Hex 68 93 8 1D 0 5F 2A 4F 5A 1E
Octal 150 223 10 35 0 137 52 117 132 36
Binary 1101000 10010011 1000 11101 0 1011111 101010 1001111 1011010 11110

Color Harmonies of #689308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689308

Black with #689308

Text Example


Text Example

White with #689308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689308; }

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

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

background-color css

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

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

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

border-color css

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

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

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