Html Css Color HEX #66A93A Apple

📋 copy color: '#66A93A'

red 102 ◦ green 169 ◦ blue 58

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

Shades of Apple #66A93A

Tints of Apple #66A93A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.37%

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 31%
G = 51.37%
B = 17.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#66A93A (or 0x66A93A) is known color: Apple. HEX triplet: 66, A9 and 3A. RGB value is (102,169,58). Sum of RGB (Red+Green+Blue) = 102+169+58=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #66A93A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A93A is #9956C5. Grayscale: #888888. Windows color (decimal): -10049222 or 3844454. OLE color: 3844454.

HSL color Cylindrical-coordinate representation of color #66A93A: hue angle of 96.22º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66A93A is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 58 -
CMYK 0.40 0 0.66 0.34
HSL 96.22º 0.49% 0.45% -
HSV(B) 96.22º 0.66% 0.66% -
XYZ 20.43 31.51 9.01 -
YUV 136.31 83.8 103.53 -
System Red Green Blue C M Y K H S L
Decimal 102 169 58 0.40 0 0.66 0.34 96.22 0.49 0.45
Hex 66 A9 3A 28 0 42 22 60 31 2D
Octal 146 251 72 50 0 102 42 140 61 55
Binary 1100110 10101001 111010 101000 0 1000010 100010 1100000 110001 101101

Color Harmonies of #66A93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A93A

Black with #66A93A

Text Example


Text Example

White with #66A93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,58); }

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

background-color css

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

 a { background-color: rgb(102,169,58); }

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

border-color css

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

 span { border-color: rgb(102,169,58); }

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