Html Css Color HEX #669460 Hippie Green

📋 copy color: '#669460'

red 102 ◦ green 148 ◦ blue 96

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

Shades of Hippie Green #669460

Tints of Hippie Green #669460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 29.48%
G = 42.77%
B = 27.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#669460 (or 0x669460) is known color: Hippie Green. HEX triplet: 66, 94 and 60. RGB value is (102,148,96). Sum of RGB (Red+Green+Blue) = 102+148+96=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #669460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669460 is #996B9F. Grayscale: #808080. Windows color (decimal): -10054560 or 6329446. OLE color: 6329446.

HSL color Cylindrical-coordinate representation of color #669460: hue angle of 113.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669460 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 96 -
CMYK 0.31 0 0.35 0.42
HSL 113.08º 0.21% 0.48% -
HSV(B) 113.08º 0.35% 0.58% -
XYZ 18.18 24.85 14.9 -
YUV 128.32 109.76 109.23 -
System Red Green Blue C M Y K H S L
Decimal 102 148 96 0.31 0 0.35 0.42 113.08 0.21 0.48
Hex 66 94 60 1F 0 23 2A 71 15 30
Octal 146 224 140 37 0 43 52 161 25 60
Binary 1100110 10010100 1100000 11111 0 100011 101010 1110001 10101 110000

Color Harmonies of #669460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669460

Black with #669460

Text Example


Text Example

White with #669460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669460; }

 p { color: rgb(102,148,96); }

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

background-color css

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

 a { background-color: rgb(102,148,96); }

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

border-color css

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

 span { border-color: rgb(102,148,96); }

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