Html Css Color HEX #66B359 Apple

📋 copy color: '#66B359'

red 102 ◦ green 179 ◦ blue 89

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

Shades of Apple #66B359

Tints of Apple #66B359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.05%

R = 27.57%
G = 48.38%
B = 24.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#66B359 (or 0x66B359) is known color: Apple. HEX triplet: 66, B3 and 59. RGB value is (102,179,89). Sum of RGB (Red+Green+Blue) = 102+179+89=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #66B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B359 is #994CA6. Grayscale: #929292. Windows color (decimal): -10046631 or 5878630. OLE color: 5878630.

HSL color Cylindrical-coordinate representation of color #66B359: hue angle of 111.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66B359 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 89 -
CMYK 0.43 0 0.50 0.30
HSL 111.33º 0.37% 0.53% -
HSV(B) 111.33º 0.5% 0.7% -
XYZ 23.4 35.79 15.13 -
YUV 145.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 102 179 89 0.43 0 0.50 0.30 111.33 0.37 0.53
Hex 66 B3 59 2B 0 32 1E 6F 25 35
Octal 146 263 131 53 0 62 36 157 45 65
Binary 1100110 10110011 1011001 101011 0 110010 11110 1101111 100101 110101

Color Harmonies of #66B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B359

Black with #66B359

Text Example


Text Example

White with #66B359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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