Html Css Color HEX #688306 Olive

📋 copy color: '#688306'

red 104 ◦ green 131 ◦ blue 6

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

Shades of Olive #688306

Tints of Olive #688306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 43.15%
G = 54.36%
B = 2.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#688306 (or 0x688306) is known color: Olive. HEX triplet: 68, 83 and 06. RGB value is (104,131,6). Sum of RGB (Red+Green+Blue) = 104+131+6=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #688306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688306 is #977CF9. Grayscale: #6D6D6D. Windows color (decimal): -9927930 or 426856. OLE color: 426856.

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

Color convert

RGB 104 131 6 -
CMYK 0.21 0 0.95 0.49
HSL 72.96º 0.91% 0.27% -
HSV(B) 72.96º 0.95% 0.51% -
XYZ 13.86 19.19 3.15 -
YUV 108.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 104 131 6 0.21 0 0.95 0.49 72.96 0.91 0.27
Hex 68 83 6 15 0 5F 31 49 5B 1B
Octal 150 203 6 25 0 137 61 111 133 33
Binary 1101000 10000011 110 10101 0 1011111 110001 1001001 1011011 11011

Color Harmonies of #688306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688306

Black with #688306

Text Example


Text Example

White with #688306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688306; }

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

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

background-color css

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

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

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

border-color css

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

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

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