Html Css Color HEX #669B4F Apple

📋 copy color: '#669B4F'

red 102 ◦ green 155 ◦ blue 79

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

Shades of Apple #669B4F

Tints of Apple #669B4F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 30.36%
G = 46.13%
B = 23.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#669B4F (or 0x669B4F) is known color: Apple. HEX triplet: 66, 9B and 4F. RGB value is (102,155,79). Sum of RGB (Red+Green+Blue) = 102+155+79=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #669B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B4F is #9964B0. Grayscale: #828282. Windows color (decimal): -10052785 or 5217126. OLE color: 5217126.

HSL color Cylindrical-coordinate representation of color #669B4F: hue angle of 101.84º 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 #669B4F is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 79 -
CMYK 0.34 0 0.49 0.39
HSL 101.84º 0.32% 0.46% -
HSV(B) 101.84º 0.49% 0.61% -
XYZ 18.61 26.83 11.6 -
YUV 130.49 98.94 107.68 -
System Red Green Blue C M Y K H S L
Decimal 102 155 79 0.34 0 0.49 0.39 101.84 0.32 0.46
Hex 66 9B 4F 22 0 31 27 66 20 2E
Octal 146 233 117 42 0 61 47 146 40 56
Binary 1100110 10011011 1001111 100010 0 110001 100111 1100110 100000 101110

Color Harmonies of #669B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B4F

Black with #669B4F

Text Example


Text Example

White with #669B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,155,79); }

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

background-color css

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

 a { background-color: rgb(102,155,79); }

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

border-color css

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

 span { border-color: rgb(102,155,79); }

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