Html Css Color HEX #688106 Olive

📋 copy color: '#688106'

red 104 ◦ green 129 ◦ blue 6

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

Shades of Olive #688106

Tints of Olive #688106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.97%

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

R = 43.51%
G = 53.97%
B = 2.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#688106 (or 0x688106) is known color: Olive. HEX triplet: 68, 81 and 06. RGB value is (104,129,6). Sum of RGB (Red+Green+Blue) = 104+129+6=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #688106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688106 is #977EF9. Grayscale: #6B6B6B. Windows color (decimal): -9928442 or 426344. OLE color: 426344.

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

Color convert

RGB 104 129 6 -
CMYK 0.19 0 0.95 0.49
HSL 72.2º 0.91% 0.26% -
HSV(B) 72.2º 0.95% 0.51% -
XYZ 13.59 18.66 3.06 -
YUV 107.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 104 129 6 0.19 0 0.95 0.49 72.2 0.91 0.26
Hex 68 81 6 13 0 5F 31 48 5B 1A
Octal 150 201 6 23 0 137 61 110 133 32
Binary 1101000 10000001 110 10011 0 1011111 110001 1001000 1011011 11010

Color Harmonies of #688106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688106

Black with #688106

Text Example


Text Example

White with #688106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688106; }

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

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

background-color css

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

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

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

border-color css

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

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

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