Html Css Color HEX #66A34A Apple

📋 copy color: '#66A34A'

red 102 ◦ green 163 ◦ blue 74

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

Shades of Apple #66A34A

Tints of Apple #66A34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 30.09%
G = 48.08%
B = 21.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#66A34A (or 0x66A34A) is known color: Apple. HEX triplet: 66, A3 and 4A. RGB value is (102,163,74). Sum of RGB (Red+Green+Blue) = 102+163+74=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #66A34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A34A is #995CB5. Grayscale: #868686. Windows color (decimal): -10050742 or 4891494. OLE color: 4891494.

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

Color convert

RGB 102 163 74 -
CMYK 0.37 0 0.55 0.36
HSL 101.12º 0.38% 0.46% -
HSV(B) 101.12º 0.55% 0.64% -
XYZ 19.81 29.51 11.13 -
YUV 134.62 93.79 104.74 -
System Red Green Blue C M Y K H S L
Decimal 102 163 74 0.37 0 0.55 0.36 101.12 0.38 0.46
Hex 66 A3 4A 25 0 37 24 65 26 2E
Octal 146 243 112 45 0 67 44 145 46 56
Binary 1100110 10100011 1001010 100101 0 110111 100100 1100101 100110 101110

Color Harmonies of #66A34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A34A

Black with #66A34A

Text Example


Text Example

White with #66A34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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