Html Css Color HEX #66A65B Apple

📋 copy color: '#66A65B'

red 102 ◦ green 166 ◦ blue 91

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

Shades of Apple #66A65B

Tints of Apple #66A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 28.41%
G = 46.24%
B = 25.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#66A65B (or 0x66A65B) is known color: Apple. HEX triplet: 66, A6 and 5B. RGB value is (102,166,91). Sum of RGB (Red+Green+Blue) = 102+166+91=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #66A65B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A65B is #9959A4. Grayscale: #8A8A8A. Windows color (decimal): -10049957 or 6006374. OLE color: 6006374.

HSL color Cylindrical-coordinate representation of color #66A65B: hue angle of 111.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66A65B is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 91 -
CMYK 0.39 0 0.45 0.35
HSL 111.2º 0.3% 0.5% -
HSV(B) 111.2º 0.45% 0.65% -
XYZ 21 30.85 14.75 -
YUV 138.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 102 166 91 0.39 0 0.45 0.35 111.2 0.3 0.5
Hex 66 A6 5B 27 0 2D 23 6F 1E 32
Octal 146 246 133 47 0 55 43 157 36 62
Binary 1100110 10100110 1011011 100111 0 101101 100011 1101111 11110 110010

Color Harmonies of #66A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A65B

Black with #66A65B

Text Example


Text Example

White with #66A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,166,91); }

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

background-color css

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

 a { background-color: rgb(102,166,91); }

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

border-color css

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

 span { border-color: rgb(102,166,91); }

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