Html Css Color HEX #66A340 Apple

📋 copy color: '#66A340'

red 102 ◦ green 163 ◦ blue 64

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

Shades of Apple #66A340

Tints of Apple #66A340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.54%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 31%
G = 49.54%
B = 19.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#66A340 (or 0x66A340) is known color: Apple. HEX triplet: 66, A3 and 40. RGB value is (102,163,64). Sum of RGB (Red+Green+Blue) = 102+163+64=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #66A340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A340 is #995CBF. Grayscale: #858585. Windows color (decimal): -10050752 or 4236134. OLE color: 4236134.

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

Color convert

RGB 102 163 64 -
CMYK 0.37 0 0.61 0.36
HSL 96.97º 0.44% 0.45% -
HSV(B) 96.97º 0.61% 0.64% -
XYZ 19.5 29.39 9.5 -
YUV 133.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 102 163 64 0.37 0 0.61 0.36 96.97 0.44 0.45
Hex 66 A3 40 25 0 3D 24 61 2C 2D
Octal 146 243 100 45 0 75 44 141 54 55
Binary 1100110 10100011 1000000 100101 0 111101 100100 1100001 101100 101101

Color Harmonies of #66A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A340

Black with #66A340

Text Example


Text Example

White with #66A340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,163,64); }

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

background-color css

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

 a { background-color: rgb(102,163,64); }

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

border-color css

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

 span { border-color: rgb(102,163,64); }

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