Html Css Color HEX #66A741 Apple

📋 copy color: '#66A741'

red 102 ◦ green 167 ◦ blue 65

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

Shades of Apple #66A741

Tints of Apple #66A741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 30.54%
G = 50%
B = 19.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#66A741 (or 0x66A741) is known color: Apple. HEX triplet: 66, A7 and 41. RGB value is (102,167,65). Sum of RGB (Red+Green+Blue) = 102+167+65=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #66A741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A741 is #9958BE. Grayscale: #888888. Windows color (decimal): -10049727 or 4302694. OLE color: 4302694.

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

Color convert

RGB 102 167 65 -
CMYK 0.39 0 0.61 0.35
HSL 98.24º 0.44% 0.45% -
HSV(B) 98.24º 0.61% 0.65% -
XYZ 20.25 30.84 9.89 -
YUV 135.94 87.97 103.79 -
System Red Green Blue C M Y K H S L
Decimal 102 167 65 0.39 0 0.61 0.35 98.24 0.44 0.45
Hex 66 A7 41 27 0 3D 23 62 2C 2D
Octal 146 247 101 47 0 75 43 142 54 55
Binary 1100110 10100111 1000001 100111 0 111101 100011 1100010 101100 101101

Color Harmonies of #66A741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A741

Black with #66A741

Text Example


Text Example

White with #66A741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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