#64977B

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

Shades of Oxley #64977B

Tints of Oxley #64977B

Color information

#64977B (or 0x64977B) is unknown color: approx Oxley. HEX triplet: 64, 97 and 7B. RGB value is (100,151,123). Sum of RGB (Red+Green+Blue) = 100+151+123=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #64977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64977B is #9B6884. Grayscale: #848484. Windows color (decimal): -10184837 or 8099684. OLE color: 8099684.

HSL color Cylindrical-coordinate representation of color #64977B: hue angle of 147.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64977B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB100151123-
CMYK0.3400.190.41
HSL147.06º20.32%49.22%-
HSV(B)147.06º33.77%59.22%-
XYZ19.926.2722.76-
YUV132.56122.6104.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=26.74%
G=40.37%
B=32.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511230.3400.190.41147.0620.3249.22
Hex64977B2201329931431
Octal14422717342023512232461
Binary11001001001011111110111000100100111010011001001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64977B; }

 p { color: rgb(100,151,123); }

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

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

 a { background-color: rgb(100,151,123); }

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

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

 span { border-color: rgb(100,151,123); }

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