#66B934

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

Shades of Apple #66B934

Tints of Apple #66B934

Color information

#66B934 (or 0x66B934) is unknown color: approx Apple. HEX triplet: 66, B9 and 34. RGB value is (102,185,52). Sum of RGB (Red+Green+Blue) = 102+185+52=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #66B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B934 is #9946CB. Grayscale: #919191. Windows color (decimal): -10045132 or 3455334. OLE color: 3455334.

HSL color Cylindrical-coordinate representation of color #66B934: hue angle of 97.44º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66B934 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB10218552-
CMYK0.4500.720.27
HSL97.44º56.12%46.47%-
HSV(B)97.44º71.89%72.55%-
XYZ23.4537.779.3-
YUV145.0275.597.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 185 (72.66% from 255) = 54.57%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=30.09%
G=54.57%
B=15.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102185520.4500.720.2797.4456.1246.47
Hex66B9342D0481B61382e
Octal14627164550110331417056
Binary11001101011100111010010110101001000110111100001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B934; }

 p { color: rgb(102,185,52); }

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

<style>
 a { background-color: #66B934; }

 a { background-color: rgb(102,185,52); }

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

<style>
 span { border-color: #66B934; }

 span { border-color: rgb(102,185,52); }

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