#647D00

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

Shades of Olive #647D00

Tints of Olive #647D00

Color information

#647D00 (or 0x647D00) is unknown color: approx Olive. HEX triplet: 64, 7D and 00. RGB value is (100,125,0). Sum of RGB (Red+Green+Blue) = 100+125+0=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #647D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647D00 is #9B82FF. Grayscale: #676767. Windows color (decimal): -10191616 or 32100. OLE color: 32100.

HSL color Cylindrical-coordinate representation of color #647D00: hue angle of 72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647D00 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1001250-
CMYK0.2010.51
HSL72º100%24.51%-
HSV(B)72º100%49.02%-
XYZ12.5917.382.69-
YUV103.2869.72125.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 125 (49.22% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10012500.2010.517210024.51
Hex647D01406433486419
Octal14417502401446311014431
Binary11001001111101010100011001001100111001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647D00; }

 p { color: rgb(100,125,0); }

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

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

 a { background-color: rgb(100,125,0); }

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

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

 span { border-color: rgb(100,125,0); }

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