#66B038

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

Shades of Apple #66B038

Tints of Apple #66B038

Color information

#66B038 (or 0x66B038) is unknown color: approx Apple. HEX triplet: 66, B0 and 38. RGB value is (102,176,56). Sum of RGB (Red+Green+Blue) = 102+176+56=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #66B038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B038 is #994FC7. Grayscale: #8C8C8C. Windows color (decimal): -10047432 or 3715174. OLE color: 3715174.

HSL color Cylindrical-coordinate representation of color #66B038: hue angle of 97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66B038 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB10217656-
CMYK0.4200.680.31
HSL97º51.72%45.49%-
HSV(B)97º68.18%69.02%-
XYZ21.7234.169.19-
YUV140.1980.48100.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=30.54%
G=52.69%
B=16.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102176560.4200.680.319751.7245.49
Hex66B0382A0441F61342d
Octal14626070520104371416455
Binary11001101011000011100010101001000100111111100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,56); }

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

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

 a { background-color: rgb(102,176,56); }

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

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

 span { border-color: rgb(102,176,56); }

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