Html Css Color HEX #669F51 Apple

📋 copy color: '#669F51'

red 102 ◦ green 159 ◦ blue 81

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

Shades of Apple #669F51

Tints of Apple #669F51

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.49%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 29.82%
G = 46.49%
B = 23.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#669F51 (or 0x669F51) is known color: Apple. HEX triplet: 66, 9F and 51. RGB value is (102,159,81). Sum of RGB (Red+Green+Blue) = 102+159+81=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #669F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F51 is #9960AE. Grayscale: #858585. Windows color (decimal): -10051759 or 5349222. OLE color: 5349222.

HSL color Cylindrical-coordinate representation of color #669F51: hue angle of 103.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #669F51 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 81 -
CMYK 0.36 0 0.49 0.38
HSL 103.85º 0.33% 0.47% -
HSV(B) 103.85º 0.49% 0.62% -
XYZ 19.36 28.22 12.21 -
YUV 133.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 102 159 81 0.36 0 0.49 0.38 103.85 0.33 0.47
Hex 66 9F 51 24 0 31 26 68 20 2F
Octal 146 237 121 44 0 61 46 150 40 57
Binary 1100110 10011111 1010001 100100 0 110001 100110 1101000 100000 101111

Color Harmonies of #669F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F51

Black with #669F51

Text Example


Text Example

White with #669F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,159,81); }

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

background-color css

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

 a { background-color: rgb(102,159,81); }

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

border-color css

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

 span { border-color: rgb(102,159,81); }

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