Html Css Color HEX #688205 Olive

📋 copy color: '#688205'

red 104 ◦ green 130 ◦ blue 5

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

Shades of Olive #688205

Tints of Olive #688205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.39%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 43.51%
G = 54.39%
B = 2.09%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#688205 (or 0x688205) is known color: Olive. HEX triplet: 68, 82 and 05. RGB value is (104,130,5). Sum of RGB (Red+Green+Blue) = 104+130+5=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #688205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688205 is #977DFA. Grayscale: #6C6C6C. Windows color (decimal): -9928187 or 361064. OLE color: 361064.

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

Color convert

RGB 104 130 5 -
CMYK 0.2 0 0.96 0.49
HSL 72.48º 0.93% 0.26% -
HSV(B) 72.48º 0.96% 0.51% -
XYZ 13.72 18.92 3.07 -
YUV 107.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 104 130 5 0.2 0 0.96 0.49 72.48 0.93 0.26
Hex 68 82 5 14 0 60 31 48 5D 1A
Octal 150 202 5 24 0 140 61 110 135 32
Binary 1101000 10000010 101 10100 0 1100000 110001 1001000 1011101 11010

Color Harmonies of #688205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688205

Black with #688205

Text Example


Text Example

White with #688205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688205; }

 p { color: rgb(104,130,5); }

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

background-color css

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

 a { background-color: rgb(104,130,5); }

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

border-color css

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

 span { border-color: rgb(104,130,5); }

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