Html Css Color HEX #687602 Olive

📋 copy color: '#687602'

red 104 ◦ green 118 ◦ blue 2

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

Shades of Olive #687602

Tints of Olive #687602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

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

R = 46.43%
G = 52.68%
B = 0.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#687602 (or 0x687602) is known color: Olive. HEX triplet: 68, 76 and 02. RGB value is (104,118,2). Sum of RGB (Red+Green+Blue) = 104+118+2=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #687602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687602 is #9789FD. Grayscale: #656565. Windows color (decimal): -9931262 or 161384. OLE color: 161384.

HSL color Cylindrical-coordinate representation of color #687602: hue angle of 67.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687602 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 2 -
CMYK 0.12 0 0.98 0.54
HSL 67.24º 0.97% 0.24% -
HSV(B) 67.24º 0.98% 0.46% -
XYZ 12.2 15.9 2.48 -
YUV 100.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 104 118 2 0.12 0 0.98 0.54 67.24 0.97 0.24
Hex 68 76 2 C 0 62 36 43 61 18
Octal 150 166 2 14 0 142 66 103 141 30
Binary 1101000 1110110 10 1100 0 1100010 110110 1000011 1100001 11000

Color Harmonies of #687602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687602

Black with #687602

Text Example


Text Example

White with #687602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687602; }

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

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

background-color css

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

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

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

border-color css

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

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

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