Html Css Color HEX #688308 Olive Drab

📋 copy color: '#688308'

red 104 ◦ green 131 ◦ blue 8

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

Shades of Olive Drab #688308

Tints of Olive Drab #688308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.91%

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

R = 42.8%
G = 53.91%
B = 3.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#688308 (or 0x688308) is known color: Olive Drab. HEX triplet: 68, 83 and 08. RGB value is (104,131,8). Sum of RGB (Red+Green+Blue) = 104+131+8=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #688308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688308 is #977CF7. Grayscale: #6D6D6D. Windows color (decimal): -9927928 or 557928. OLE color: 557928.

HSL color Cylindrical-coordinate representation of color #688308: hue angle of 73.17º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #688308 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 8 -
CMYK 0.21 0 0.94 0.49
HSL 73.17º 0.88% 0.27% -
HSV(B) 73.17º 0.94% 0.51% -
XYZ 13.87 19.19 3.2 -
YUV 108.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 104 131 8 0.21 0 0.94 0.49 73.17 0.88 0.27
Hex 68 83 8 15 0 5E 31 49 58 1B
Octal 150 203 10 25 0 136 61 111 130 33
Binary 1101000 10000011 1000 10101 0 1011110 110001 1001001 1011000 11011

Color Harmonies of #688308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688308

Black with #688308

Text Example


Text Example

White with #688308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688308; }

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

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

background-color css

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

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

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

border-color css

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

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

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