#64B94B

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

Shades of Apple #64B94B

Tints of Apple #64B94B

Color information

#64B94B (or 0x64B94B) is unknown color: approx Apple. HEX triplet: 64, B9 and 4B. RGB value is (100,185,75). Sum of RGB (Red+Green+Blue) = 100+185+75=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #64B94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B94B is #9B46B4. Grayscale: #939393. Windows color (decimal): -10176181 or 4962660. OLE color: 4962660.

HSL color Cylindrical-coordinate representation of color #64B94B: hue angle of 106.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64B94B is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB10018575-
CMYK0.4600.590.27
HSL106.36º44%50.98%-
HSV(B)106.36º59.46%72.55%-
XYZ23.8737.9212.72-
YUV147.0587.3494.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 185 (72.66% from 255) = 51.39%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=27.78%
G=51.39%
B=20.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100185750.4600.590.27106.364450.98
Hex64B94B2E03B1B6a2c33
Octal14427111356073331525463
Binary11001001011100110010111011100111011110111101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,75); }

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

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

 a { background-color: rgb(100,185,75); }

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

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

 span { border-color: rgb(100,185,75); }

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