#676000

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

Shades of Olive #676000

Tints of Olive #676000

Color information

#676000 (or 0x676000) is unknown color: approx Olive. HEX triplet: 67, 60 and 00. RGB value is (103,96,0). Sum of RGB (Red+Green+Blue) = 103+96+0=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #676000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676000 is #989FFF. Grayscale: #575757. Windows color (decimal): -10002432 or 24679. OLE color: 24679.

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

Color convert

RGB103960-
CMYK00.0710.60
HSL55.92º100%20.2%-
HSV(B)55.92º100%40.39%-
XYZ9.7811.251.66-
YUV87.1578.82139.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.76%
G=48.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10396000.0710.6055.9210020.2
Hex6760007643C386414
Octal147140007144747014424
Binary11001111100000001111100100111100111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676000; }

 p { color: rgb(103,96,0); }

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

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

 a { background-color: rgb(103,96,0); }

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

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

 span { border-color: rgb(103,96,0); }

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