Html Css Color HEX #669B42 Apple

📋 copy color: '#669B42'

red 102 ◦ green 155 ◦ blue 66

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

Shades of Apple #669B42

Tints of Apple #669B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 31.58%
G = 47.99%
B = 20.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#669B42 (or 0x669B42) is known color: Apple. HEX triplet: 66, 9B and 42. RGB value is (102,155,66). Sum of RGB (Red+Green+Blue) = 102+155+66=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #669B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B42 is #9964BD. Grayscale: #818181. Windows color (decimal): -10052798 or 4365158. OLE color: 4365158.

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

Color convert

RGB 102 155 66 -
CMYK 0.34 0 0.57 0.39
HSL 95.73º 0.4% 0.43% -
HSV(B) 95.73º 0.57% 0.61% -
XYZ 18.18 26.66 9.34 -
YUV 129.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 102 155 66 0.34 0 0.57 0.39 95.73 0.4 0.43
Hex 66 9B 42 22 0 39 27 60 28 2B
Octal 146 233 102 42 0 71 47 140 50 53
Binary 1100110 10011011 1000010 100010 0 111001 100111 1100000 101000 101011

Color Harmonies of #669B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B42

Black with #669B42

Text Example


Text Example

White with #669B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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