Html Css Color HEX #669F44 Apple

📋 copy color: '#669F44'

red 102 ◦ green 159 ◦ blue 68

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

Shades of Apple #669F44

Tints of Apple #669F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 31%
G = 48.33%
B = 20.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#669F44 (or 0x669F44) is known color: Apple. HEX triplet: 66, 9F and 44. RGB value is (102,159,68). Sum of RGB (Red+Green+Blue) = 102+159+68=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #669F44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F44 is #9960BB. Grayscale: #838383. Windows color (decimal): -10051772 or 4497254. OLE color: 4497254.

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

Color convert

RGB 102 159 68 -
CMYK 0.36 0 0.57 0.38
HSL 97.58º 0.4% 0.45% -
HSV(B) 97.58º 0.57% 0.62% -
XYZ 18.92 28.04 9.88 -
YUV 131.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 102 159 68 0.36 0 0.57 0.38 97.58 0.4 0.45
Hex 66 9F 44 24 0 39 26 62 28 2D
Octal 146 237 104 44 0 71 46 142 50 55
Binary 1100110 10011111 1000100 100100 0 111001 100110 1100010 101000 101101

Color Harmonies of #669F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F44

Black with #669F44

Text Example


Text Example

White with #669F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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