Html Css Color HEX #66A75C Apple

📋 copy color: '#66A75C'

red 102 ◦ green 167 ◦ blue 92

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

Shades of Apple #66A75C

Tints of Apple #66A75C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 28.25%
G = 46.26%
B = 25.48%

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

#66A75C (or 0x66A75C) is known color: Apple. HEX triplet: 66, A7 and 5C. RGB value is (102,167,92). Sum of RGB (Red+Green+Blue) = 102+167+92=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #66A75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A75C is #9958A3. Grayscale: #8B8B8B. Windows color (decimal): -10049700 or 6072166. OLE color: 6072166.

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

Color convert

RGB 102 167 92 -
CMYK 0.39 0 0.45 0.35
HSL 112º 0.3% 0.51% -
HSV(B) 112º 0.45% 0.65% -
XYZ 21.23 31.23 15.04 -
YUV 139.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 102 167 92 0.39 0 0.45 0.35 112 0.3 0.51
Hex 66 A7 5C 27 0 2D 23 70 1E 33
Octal 146 247 134 47 0 55 43 160 36 63
Binary 1100110 10100111 1011100 100111 0 101101 100011 1110000 11110 110011

Color Harmonies of #66A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A75C

Black with #66A75C

Text Example


Text Example

White with #66A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,167,92); }

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

background-color css

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

 a { background-color: rgb(102,167,92); }

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

border-color css

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

 span { border-color: rgb(102,167,92); }

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