#64987B

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

Shades of Oxley #64987B

Tints of Oxley #64987B

Color information

#64987B (or 0x64987B) is unknown color: approx Oxley. HEX triplet: 64, 98 and 7B. RGB value is (100,152,123). Sum of RGB (Red+Green+Blue) = 100+152+123=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #64987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64987B is #9B6784. Grayscale: #858585. Windows color (decimal): -10184581 or 8099940. OLE color: 8099940.

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

Color convert

RGB100152123-
CMYK0.3400.190.40
HSL146.54º20.63%49.41%-
HSV(B)146.54º34.21%59.61%-
XYZ20.0626.622.82-
YUV133.15122.27104.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=26.67%
G=40.53%
B=32.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521230.3400.190.40146.5420.6349.41
Hex64987B2201328931531
Octal14423017342023502232561
Binary11001001001100011110111000100100111010001001001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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