Html Css Color HEX #66A34B Apple

📋 copy color: '#66A34B'

red 102 ◦ green 163 ◦ blue 75

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

Shades of Apple #66A34B

Tints of Apple #66A34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 30%
G = 47.94%
B = 22.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#66A34B (or 0x66A34B) is known color: Apple. HEX triplet: 66, A3 and 4B. RGB value is (102,163,75). Sum of RGB (Red+Green+Blue) = 102+163+75=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #66A34B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A34B is #995CB4. Grayscale: #878787. Windows color (decimal): -10050741 or 4957030. OLE color: 4957030.

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

Color convert

RGB 102 163 75 -
CMYK 0.37 0 0.54 0.36
HSL 101.59º 0.37% 0.47% -
HSV(B) 101.59º 0.54% 0.64% -
XYZ 19.85 29.53 11.31 -
YUV 134.73 94.29 104.66 -
System Red Green Blue C M Y K H S L
Decimal 102 163 75 0.37 0 0.54 0.36 101.59 0.37 0.47
Hex 66 A3 4B 25 0 36 24 66 25 2F
Octal 146 243 113 45 0 66 44 146 45 57
Binary 1100110 10100011 1001011 100101 0 110110 100100 1100110 100101 101111

Color Harmonies of #66A34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A34B

Black with #66A34B

Text Example


Text Example

White with #66A34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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