#676802

Color #676802 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #676802

Tints of Olive #676802

Color information

#676802 (or 0x676802) is unknown color: approx Olive. HEX triplet: 67, 68 and 02. RGB value is (103,104,2). Sum of RGB (Red+Green+Blue) = 103+104+2=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #676802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676802 is #9897FD. Grayscale: #5C5C5C. Windows color (decimal): -10000382 or 157799. OLE color: 157799.

HSL color Cylindrical-coordinate representation of color #676802: hue angle of 60.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676802 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB1031042-
CMYK0.0100.980.59
HSL60.59º96.23%20.78%-
HSV(B)60.59º98.08%40.78%-
XYZ10.5512.791.97-
YUV92.0777.17135.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.28%
GREEN value IS 104 (41.02% from 255) = 49.76%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=49.28%
G=49.76%
B=0.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10310420.0100.980.5960.5996.2320.78
Hex6768210623B3d6015
Octal147150210142737514025
Binary1100111110100010101100010111011111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676802; }

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

 H1.HeaderClassName
 {
   color: #676802;
 }
 .AnyTagClassName
 {
   color: #676802;
 }
</style>
background-color css

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

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

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

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

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

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