#64B047

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

Shades of Apple #64B047

Tints of Apple #64B047

Color information

#64B047 (or 0x64B047) is unknown color: approx Apple. HEX triplet: 64, B0 and 47. RGB value is (100,176,71). Sum of RGB (Red+Green+Blue) = 100+176+71=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #64B047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B047 is #9B4FB8. Grayscale: #8D8D8D. Windows color (decimal): -10178489 or 4698212. OLE color: 4698212.

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

Color convert

RGB10017671-
CMYK0.4300.600.31
HSL103.43º42.51%48.43%-
HSV(B)103.43º59.66%69.02%-
XYZ21.9234.2111.41-
YUV141.3188.3298.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 176 (69.14% from 255) = 50.72%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=28.82%
G=50.72%
B=20.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176710.4300.600.31103.4342.5148.43
Hex64B0472B03C1F672b30
Octal14426010753074371475360
Binary11001001011000010001111010110111100111111100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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