Html Css Color HEX #688502 Olive

📋 copy color: '#688502'

red 104 ◦ green 133 ◦ blue 2

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

Shades of Olive #688502

Tints of Olive #688502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 43.51%
G = 55.65%
B = 0.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#688502 (or 0x688502) is known color: Olive. HEX triplet: 68, 85 and 02. RGB value is (104,133,2). Sum of RGB (Red+Green+Blue) = 104+133+2=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #688502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688502 is #977AFD. Grayscale: #6D6D6D. Windows color (decimal): -9927422 or 165224. OLE color: 165224.

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

Color convert

RGB 104 133 2 -
CMYK 0.22 0 0.98 0.48
HSL 73.28º 0.97% 0.26% -
HSV(B) 73.28º 0.98% 0.52% -
XYZ 14.11 19.72 3.12 -
YUV 109.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 104 133 2 0.22 0 0.98 0.48 73.28 0.97 0.26
Hex 68 85 2 16 0 62 30 49 61 1A
Octal 150 205 2 26 0 142 60 111 141 32
Binary 1101000 10000101 10 10110 0 1100010 110000 1001001 1100001 11010

Color Harmonies of #688502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688502

Black with #688502

Text Example


Text Example

White with #688502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688502; }

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

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

background-color css

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

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

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

border-color css

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

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

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