Html Css Color HEX #669265 Hippie Green

📋 copy color: '#669265'

red 102 ◦ green 146 ◦ blue 101

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

Shades of Hippie Green #669265

Tints of Hippie Green #669265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 29.23%
G = 41.83%
B = 28.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#669265 (or 0x669265) is known color: Hippie Green. HEX triplet: 66, 92 and 65. RGB value is (102,146,101). Sum of RGB (Red+Green+Blue) = 102+146+101=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #669265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669265 is #996D9A. Grayscale: #7F7F7F. Windows color (decimal): -10055067 or 6656614. OLE color: 6656614.

HSL color Cylindrical-coordinate representation of color #669265: hue angle of 118.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669265 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 101 -
CMYK 0.30 0 0.31 0.43
HSL 118.67º 0.18% 0.48% -
HSV(B) 118.67º 0.31% 0.57% -
XYZ 18.11 24.32 16.05 -
YUV 127.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 102 146 101 0.30 0 0.31 0.43 118.67 0.18 0.48
Hex 66 92 65 1E 0 1F 2B 77 12 30
Octal 146 222 145 36 0 37 53 167 22 60
Binary 1100110 10010010 1100101 11110 0 11111 101011 1110111 10010 110000

Color Harmonies of #669265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669265

Black with #669265

Text Example


Text Example

White with #669265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669265; }

 p { color: rgb(102,146,101); }

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

background-color css

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

 a { background-color: rgb(102,146,101); }

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

border-color css

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

 span { border-color: rgb(102,146,101); }

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