Html Css Color HEX #668465 Hippie Green

📋 copy color: '#668465'

red 102 ◦ green 132 ◦ blue 101

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

Shades of Hippie Green #668465

Tints of Hippie Green #668465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 30.45%
G = 39.4%
B = 30.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#668465 (or 0x668465) is known color: Hippie Green. HEX triplet: 66, 84 and 65. RGB value is (102,132,101). Sum of RGB (Red+Green+Blue) = 102+132+101=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #668465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668465 is #997B9A. Grayscale: #777777. Windows color (decimal): -10058651 or 6653030. OLE color: 6653030.

HSL color Cylindrical-coordinate representation of color #668465: hue angle of 118.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668465 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 101 -
CMYK 0.23 0 0.23 0.48
HSL 118.06º 0.13% 0.46% -
HSV(B) 118.06º 0.23% 0.52% -
XYZ 16.08 20.27 15.38 -
YUV 119.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 102 132 101 0.23 0 0.23 0.48 118.06 0.13 0.46
Hex 66 84 65 17 0 17 30 76 D 2E
Octal 146 204 145 27 0 27 60 166 15 56
Binary 1100110 10000100 1100101 10111 0 10111 110000 1110110 1101 101110

Color Harmonies of #668465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668465

Black with #668465

Text Example


Text Example

White with #668465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668465; }

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

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

background-color css

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

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

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

border-color css

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

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

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