Html Css Color HEX #66A23D Apple

📋 copy color: '#66A23D'

red 102 ◦ green 162 ◦ blue 61

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

Shades of Apple #66A23D

Tints of Apple #66A23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.85%

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 31.38%
G = 49.85%
B = 18.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#66A23D (or 0x66A23D) is known color: Apple. HEX triplet: 66, A2 and 3D. RGB value is (102,162,61). Sum of RGB (Red+Green+Blue) = 102+162+61=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #66A23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A23D is #995DC2. Grayscale: #848484. Windows color (decimal): -10051011 or 4039270. OLE color: 4039270.

HSL color Cylindrical-coordinate representation of color #66A23D: hue angle of 95.64º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66A23D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 61 -
CMYK 0.37 0 0.62 0.36
HSL 95.64º 0.45% 0.44% -
HSV(B) 95.64º 0.62% 0.64% -
XYZ 19.24 29 9 -
YUV 132.55 87.62 106.21 -
System Red Green Blue C M Y K H S L
Decimal 102 162 61 0.37 0 0.62 0.36 95.64 0.45 0.44
Hex 66 A2 3D 25 0 3E 24 60 2D 2C
Octal 146 242 75 45 0 76 44 140 55 54
Binary 1100110 10100010 111101 100101 0 111110 100100 1100000 101101 101100

Color Harmonies of #66A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A23D

Black with #66A23D

Text Example


Text Example

White with #66A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,162,61); }

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

background-color css

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

 a { background-color: rgb(102,162,61); }

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

border-color css

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

 span { border-color: rgb(102,162,61); }

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