#676301

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

Shades of Olive #676301

Tints of Olive #676301

Color information

#676301 (or 0x676301) is unknown color: approx Olive. HEX triplet: 67, 63 and 01. RGB value is (103,99,1). Sum of RGB (Red+Green+Blue) = 103+99+1=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #676301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676301 is #989CFE. Grayscale: #595959. Windows color (decimal): -10001663 or 90983. OLE color: 90983.

HSL color Cylindrical-coordinate representation of color #676301: hue angle of 57.65º 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 #676301 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB103991-
CMYK00.040.990.60
HSL57.65º98.08%20.39%-
HSV(B)57.65º99.03%40.39%-
XYZ10.0611.811.78-
YUV89.0278.33137.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.74%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=50.74%
G=48.77%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10399100.040.990.6057.6598.0820.39
Hex6763104633C3a6214
Octal147143104143747214224
Binary11001111100011101001100011111100111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676301; }

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

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

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

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

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

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

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

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