Html Css Color HEX #66B059 Apple

📋 copy color: '#66B059'

red 102 ◦ green 176 ◦ blue 89

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

Shades of Apple #66B059

Tints of Apple #66B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 27.79%
G = 47.96%
B = 24.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#66B059 (or 0x66B059) is known color: Apple. HEX triplet: 66, B0 and 59. RGB value is (102,176,89). Sum of RGB (Red+Green+Blue) = 102+176+89=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #66B059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B059 is #994FA6. Grayscale: #909090. Windows color (decimal): -10047399 or 5877862. OLE color: 5877862.

HSL color Cylindrical-coordinate representation of color #66B059: hue angle of 111.03º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66B059 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 176 89 -
CMYK 0.42 0 0.49 0.31
HSL 111.03º 0.36% 0.52% -
HSV(B) 111.03º 0.49% 0.69% -
XYZ 22.81 34.6 14.93 -
YUV 143.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 102 176 89 0.42 0 0.49 0.31 111.03 0.36 0.52
Hex 66 B0 59 2A 0 31 1F 6F 24 34
Octal 146 260 131 52 0 61 37 157 44 64
Binary 1100110 10110000 1011001 101010 0 110001 11111 1101111 100100 110100

Color Harmonies of #66B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B059

Black with #66B059

Text Example


Text Example

White with #66B059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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