Html Css Color HEX #66B347 Apple

📋 copy color: '#66B347'

red 102 ◦ green 179 ◦ blue 71

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

Shades of Apple #66B347

Tints of Apple #66B347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.85%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 28.98%
G = 50.85%
B = 20.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#66B347 (or 0x66B347) is known color: Apple. HEX triplet: 66, B3 and 47. RGB value is (102,179,71). Sum of RGB (Red+Green+Blue) = 102+179+71=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #66B347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B347 is #994CB8. Grayscale: #909090. Windows color (decimal): -10046649 or 4698982. OLE color: 4698982.

HSL color Cylindrical-coordinate representation of color #66B347: hue angle of 102.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B347 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 71 -
CMYK 0.43 0 0.60 0.30
HSL 102.78º 0.43% 0.49% -
HSV(B) 102.78º 0.6% 0.7% -
XYZ 22.74 35.52 11.62 -
YUV 143.67 86.99 98.28 -
System Red Green Blue C M Y K H S L
Decimal 102 179 71 0.43 0 0.60 0.30 102.78 0.43 0.49
Hex 66 B3 47 2B 0 3C 1E 67 2B 31
Octal 146 263 107 53 0 74 36 147 53 61
Binary 1100110 10110011 1000111 101011 0 111100 11110 1100111 101011 110001

Color Harmonies of #66B347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B347

Black with #66B347

Text Example


Text Example

White with #66B347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,179,71); }

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

background-color css

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

 a { background-color: rgb(102,179,71); }

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

border-color css

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

 span { border-color: rgb(102,179,71); }

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