Html Css Color HEX #669C50 Apple

📋 copy color: '#669C50'

red 102 ◦ green 156 ◦ blue 80

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

Shades of Apple #669C50

Tints of Apple #669C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 30.18%
G = 46.15%
B = 23.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#669C50 (or 0x669C50) is known color: Apple. HEX triplet: 66, 9C and 50. RGB value is (102,156,80). Sum of RGB (Red+Green+Blue) = 102+156+80=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #669C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C50 is #9963AF. Grayscale: #838383. Windows color (decimal): -10052528 or 5282918. OLE color: 5282918.

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

Color convert

RGB 102 156 80 -
CMYK 0.35 0 0.49 0.39
HSL 102.63º 0.32% 0.46% -
HSV(B) 102.63º 0.49% 0.61% -
XYZ 18.82 27.18 11.84 -
YUV 131.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 102 156 80 0.35 0 0.49 0.39 102.63 0.32 0.46
Hex 66 9C 50 23 0 31 27 67 20 2E
Octal 146 234 120 43 0 61 47 147 40 56
Binary 1100110 10011100 1010000 100011 0 110001 100111 1100111 100000 101110

Color Harmonies of #669C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C50

Black with #669C50

Text Example


Text Example

White with #669C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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