#676602

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

Shades of Olive #676602

Tints of Olive #676602

Color information

#676602 (or 0x676602) is unknown color: approx Olive. HEX triplet: 67, 66 and 02. RGB value is (103,102,2). Sum of RGB (Red+Green+Blue) = 103+102+2=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #676602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676602 is #9899FD. Grayscale: #5B5B5B. Windows color (decimal): -10000894 or 157287. OLE color: 157287.

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

Color convert

RGB1031022-
CMYK00.010.980.60
HSL59.41º96.19%20.59%-
HSV(B)59.41º98.06%40.39%-
XYZ10.3612.391.9-
YUV90.977.83136.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=49.76%
G=49.28%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103102200.010.980.6059.4196.1920.59
Hex6766201623C3b6015
Octal147146201142747314025
Binary1100111110011010011100010111100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676602; }

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

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

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

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

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

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

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

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