Html Css Color HEX #66A33C Apple

📋 copy color: '#66A33C'

red 102 ◦ green 163 ◦ blue 60

#66A33C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #66A33C

Tints of Apple #66A33C

RGB

 RED value IS 102 (40.23% from 255) = 31.38%

 GREEN value IS 163 (64.06% from 255) = 50.15%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 31.38%
G = 50.15%
B = 18.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#66A33C (or 0x66A33C) is known color: Apple. HEX triplet: 66, A3 and 3C. RGB value is (102,163,60). Sum of RGB (Red+Green+Blue) = 102+163+60=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #66A33C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A33C is #995CC3. Grayscale: #858585. Windows color (decimal): -10050756 or 3973990. OLE color: 3973990.

HSL color Cylindrical-coordinate representation of color #66A33C: hue angle of 95.53º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66A33C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 163 60 -
CMYK 0.37 0 0.63 0.36
HSL 95.53º 0.46% 0.44% -
HSV(B) 95.53º 0.63% 0.64% -
XYZ 19.39 29.35 8.92 -
YUV 133.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 102 163 60 0.37 0 0.63 0.36 95.53 0.46 0.44
Hex 66 A3 3C 25 0 3F 24 60 2E 2C
Octal 146 243 74 45 0 77 44 140 56 54
Binary 1100110 10100011 111100 100101 0 111111 100100 1100000 101110 101100

Color Harmonies of #66A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A33C

Black with #66A33C

Text Example


Text Example

White with #66A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,163,60); }

 H1.HeaderClassName
 {
   color: #66A33C;
 }
 .AnyTagClassName
 {
   color: #66A33C;
 }
</style>

background-color css

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

 a { background-color: rgb(102,163,60); }

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

border-color css

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

 span { border-color: rgb(102,163,60); }

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