Html Css Color HEX #687002 Olive

📋 copy color: '#687002'

red 104 ◦ green 112 ◦ blue 2

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

Shades of Olive #687002

Tints of Olive #687002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 47.71%
G = 51.38%
B = 0.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#687002 (or 0x687002) is known color: Olive. HEX triplet: 68, 70 and 02. RGB value is (104,112,2). Sum of RGB (Red+Green+Blue) = 104+112+2=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #687002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687002 is #978FFD. Grayscale: #616161. Windows color (decimal): -9932798 or 159848. OLE color: 159848.

HSL color Cylindrical-coordinate representation of color #687002: hue angle of 64.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687002 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 2 -
CMYK 0.07 0 0.98 0.56
HSL 64.36º 0.96% 0.22% -
HSV(B) 64.36º 0.98% 0.44% -
XYZ 11.51 14.54 2.26 -
YUV 97.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 104 112 2 0.07 0 0.98 0.56 64.36 0.96 0.22
Hex 68 70 2 7 0 62 38 40 60 16
Octal 150 160 2 7 0 142 70 100 140 26
Binary 1101000 1110000 10 111 0 1100010 111000 1000000 1100000 10110

Color Harmonies of #687002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687002

Black with #687002

Text Example


Text Example

White with #687002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687002; }

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

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

background-color css

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

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

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

border-color css

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

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

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