Html Css Color HEX #669C41 Apple

📋 copy color: '#669C41'

red 102 ◦ green 156 ◦ blue 65

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

Shades of Apple #669C41

Tints of Apple #669C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.3%

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

R = 31.58%
G = 48.3%
B = 20.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#669C41 (or 0x669C41) is known color: Apple. HEX triplet: 66, 9C and 41. RGB value is (102,156,65). Sum of RGB (Red+Green+Blue) = 102+156+65=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #669C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C41 is #9963BE. Grayscale: #818181. Windows color (decimal): -10052543 or 4299878. OLE color: 4299878.

HSL color Cylindrical-coordinate representation of color #669C41: hue angle of 95.6º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669C41 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 65 -
CMYK 0.35 0 0.58 0.39
HSL 95.6º 0.41% 0.43% -
HSV(B) 95.6º 0.58% 0.61% -
XYZ 18.32 26.98 9.24 -
YUV 129.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 102 156 65 0.35 0 0.58 0.39 95.6 0.41 0.43
Hex 66 9C 41 23 0 3A 27 60 29 2B
Octal 146 234 101 43 0 72 47 140 51 53
Binary 1100110 10011100 1000001 100011 0 111010 100111 1100000 101001 101011

Color Harmonies of #669C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C41

Black with #669C41

Text Example


Text Example

White with #669C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669C41; }

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

 H1.HeaderClassName
 {
   color: #669C41;
 }
 .AnyTagClassName
 {
   color: #669C41;
 }
</style>

background-color css

<style>
 a { background-color: #669C41; }

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

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

border-color css

<style>
 span { border-color: #669C41; }

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

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