Html Css Color HEX #669A50 Hippie Green

📋 copy color: '#669A50'

red 102 ◦ green 154 ◦ blue 80

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

Shades of Hippie Green #669A50

Tints of Hippie Green #669A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

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

R = 30.36%
G = 45.83%
B = 23.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#669A50 (or 0x669A50) is known color: Hippie Green. HEX triplet: 66, 9A and 50. RGB value is (102,154,80). Sum of RGB (Red+Green+Blue) = 102+154+80=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #669A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A50 is #9965AF. Grayscale: #828282. Windows color (decimal): -10053040 or 5282406. OLE color: 5282406.

HSL color Cylindrical-coordinate representation of color #669A50: hue angle of 102.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #669A50 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 80 -
CMYK 0.34 0 0.48 0.40
HSL 102.16º 0.32% 0.46% -
HSV(B) 102.16º 0.48% 0.6% -
XYZ 18.48 26.52 11.73 -
YUV 130.02 99.77 108.02 -
System Red Green Blue C M Y K H S L
Decimal 102 154 80 0.34 0 0.48 0.40 102.16 0.32 0.46
Hex 66 9A 50 22 0 30 28 66 20 2E
Octal 146 232 120 42 0 60 50 146 40 56
Binary 1100110 10011010 1010000 100010 0 110000 101000 1100110 100000 101110

Color Harmonies of #669A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A50

Black with #669A50

Text Example


Text Example

White with #669A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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