Html Css Color HEX #688504 Olive

📋 copy color: '#688504'

red 104 ◦ green 133 ◦ blue 4

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

Shades of Olive #688504

Tints of Olive #688504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.19%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 43.15%
G = 55.19%
B = 1.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#688504 (or 0x688504) is known color: Olive. HEX triplet: 68, 85 and 04. RGB value is (104,133,4). Sum of RGB (Red+Green+Blue) = 104+133+4=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #688504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688504 is #977AFB. Grayscale: #6E6E6E. Windows color (decimal): -9927420 or 296296. OLE color: 296296.

HSL color Cylindrical-coordinate representation of color #688504: hue angle of 73.49º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #688504 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 4 -
CMYK 0.22 0 0.97 0.48
HSL 73.49º 0.94% 0.27% -
HSV(B) 73.49º 0.97% 0.52% -
XYZ 14.12 19.73 3.18 -
YUV 109.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 104 133 4 0.22 0 0.97 0.48 73.49 0.94 0.27
Hex 68 85 4 16 0 61 30 49 5E 1B
Octal 150 205 4 26 0 141 60 111 136 33
Binary 1101000 10000101 100 10110 0 1100001 110000 1001001 1011110 11011

Color Harmonies of #688504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688504

Black with #688504

Text Example


Text Example

White with #688504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688504; }

 p { color: rgb(104,133,4); }

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

background-color css

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

 a { background-color: rgb(104,133,4); }

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

border-color css

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

 span { border-color: rgb(104,133,4); }

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