#676201

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

Shades of Olive #676201

Tints of Olive #676201

Color information

#676201 (or 0x676201) is unknown color: approx Olive. HEX triplet: 67, 62 and 01. RGB value is (103,98,1). Sum of RGB (Red+Green+Blue) = 103+98+1=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #676201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676201 is #989DFE. Grayscale: #585858. Windows color (decimal): -10001919 or 90727. OLE color: 90727.

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

Color convert

RGB103981-
CMYK00.050.990.60
HSL57.06º98.08%20.39%-
HSV(B)57.06º99.03%40.39%-
XYZ9.9711.621.75-
YUV88.4478.66138.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.99%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=50.99%
G=48.51%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10398100.050.990.6057.0698.0820.39
Hex6762105633C396214
Octal147142105143747114224
Binary11001111100010101011100011111100111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676201; }

 p { color: rgb(103,98,1); }

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

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

 a { background-color: rgb(103,98,1); }

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

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

 span { border-color: rgb(103,98,1); }

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