#64B05B

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

Shades of Apple #64B05B

Tints of Apple #64B05B

Color information

#64B05B (or 0x64B05B) is unknown color: approx Apple. HEX triplet: 64, B0 and 5B. RGB value is (100,176,91). Sum of RGB (Red+Green+Blue) = 100+176+91=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05B is #9B4FA4. Grayscale: #8F8F8F. Windows color (decimal): -10178469 or 6008932. OLE color: 6008932.

HSL color Cylindrical-coordinate representation of color #64B05B: hue angle of 113.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B05B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB10017691-
CMYK0.4300.480.31
HSL113.65º34.98%52.35%-
HSV(B)113.65º48.3%69.02%-
XYZ22.6734.5215.36-
YUV143.5998.3296.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=27.25%
G=47.96%
B=24.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176910.4300.480.31113.6534.9852.35
Hex64B05B2B0301F722334
Octal14426013353060371624364
Binary11001001011000010110111010110110000111111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64B05B; }

 p { color: rgb(100,176,91); }

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

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

 a { background-color: rgb(100,176,91); }

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

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

 span { border-color: rgb(100,176,91); }

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