Html Css Color HEX #687302 Olive

📋 copy color: '#687302'

red 104 ◦ green 115 ◦ blue 2

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

Shades of Olive #687302

Tints of Olive #687302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.04%

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

R = 47.06%
G = 52.04%
B = 0.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#687302 (or 0x687302) is known color: Olive. HEX triplet: 68, 73 and 02. RGB value is (104,115,2). Sum of RGB (Red+Green+Blue) = 104+115+2=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #687302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687302 is #978CFD. Grayscale: #636363. Windows color (decimal): -9932030 or 160616. OLE color: 160616.

HSL color Cylindrical-coordinate representation of color #687302: hue angle of 65.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687302 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 2 -
CMYK 0.10 0 0.98 0.55
HSL 65.84º 0.97% 0.23% -
HSV(B) 65.84º 0.98% 0.45% -
XYZ 11.85 15.21 2.37 -
YUV 98.83 73.36 131.69 -
System Red Green Blue C M Y K H S L
Decimal 104 115 2 0.10 0 0.98 0.55 65.84 0.97 0.23
Hex 68 73 2 A 0 62 37 42 61 17
Octal 150 163 2 12 0 142 67 102 141 27
Binary 1101000 1110011 10 1010 0 1100010 110111 1000010 1100001 10111

Color Harmonies of #687302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687302

Black with #687302

Text Example


Text Example

White with #687302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687302; }

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

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

background-color css

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

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

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

border-color css

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

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

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