Html Css Color HEX #668665 Hippie Green

📋 copy color: '#668665'

red 102 ◦ green 134 ◦ blue 101

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

Shades of Hippie Green #668665

Tints of Hippie Green #668665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 30.27%
G = 39.76%
B = 29.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#668665 (or 0x668665) is known color: Hippie Green. HEX triplet: 66, 86 and 65. RGB value is (102,134,101). Sum of RGB (Red+Green+Blue) = 102+134+101=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #668665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668665 is #99799A. Grayscale: #787878. Windows color (decimal): -10058139 or 6653542. OLE color: 6653542.

HSL color Cylindrical-coordinate representation of color #668665: hue angle of 118.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668665 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 101 -
CMYK 0.24 0 0.25 0.47
HSL 118.18º 0.14% 0.46% -
HSV(B) 118.18º 0.25% 0.53% -
XYZ 16.35 20.81 15.47 -
YUV 120.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 102 134 101 0.24 0 0.25 0.47 118.18 0.14 0.46
Hex 66 86 65 18 0 19 2F 76 E 2E
Octal 146 206 145 30 0 31 57 166 16 56
Binary 1100110 10000110 1100101 11000 0 11001 101111 1110110 1110 101110

Color Harmonies of #668665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668665

Black with #668665

Text Example


Text Example

White with #668665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668665; }

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

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

background-color css

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

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

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

border-color css

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

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

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