Html Css Color HEX #669760 Hippie Green

📋 copy color: '#669760'

red 102 ◦ green 151 ◦ blue 96

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

Shades of Hippie Green #669760

Tints of Hippie Green #669760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 29.23%
G = 43.27%
B = 27.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#669760 (or 0x669760) is known color: Hippie Green. HEX triplet: 66, 97 and 60. RGB value is (102,151,96). Sum of RGB (Red+Green+Blue) = 102+151+96=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #669760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669760 is #99689F. Grayscale: #828282. Windows color (decimal): -10053792 or 6330214. OLE color: 6330214.

HSL color Cylindrical-coordinate representation of color #669760: hue angle of 113.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669760 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 96 -
CMYK 0.32 0 0.36 0.41
HSL 113.45º 0.22% 0.48% -
HSV(B) 113.45º 0.36% 0.59% -
XYZ 18.66 25.8 15.06 -
YUV 130.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 102 151 96 0.32 0 0.36 0.41 113.45 0.22 0.48
Hex 66 97 60 20 0 24 29 71 16 30
Octal 146 227 140 40 0 44 51 161 26 60
Binary 1100110 10010111 1100000 100000 0 100100 101001 1110001 10110 110000

Color Harmonies of #669760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669760

Black with #669760

Text Example


Text Example

White with #669760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669760; }

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

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

background-color css

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

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

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

border-color css

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

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

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