#668561

Color #668561 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #668561

Tints of Hippie Green #668561

Color information

#668561 (or 0x668561) is unknown color: approx Hippie Green. HEX triplet: 66, 85 and 61. RGB value is (102,133,97). Sum of RGB (Red+Green+Blue) = 102+133+97=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #668561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668561 is #997A9E. Grayscale: #777777. Windows color (decimal): -10058399 or 6391142. OLE color: 6391142.

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

Color convert

RGB10213397-
CMYK0.2300.270.48
HSL111.67º15.65%45.1%-
HSV(B)111.67º27.07%52.16%-
XYZ16.0220.4614.41-
YUV119.63115.23115.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=30.72%
G=40.06%
B=29.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133970.2300.270.48111.6715.6545.1
Hex6685611701B3070102d
Octal14620514127033601602055
Binary110011010000101110000110111011011110000111000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668561; }

 p { color: rgb(102,133,97); }

 H1.HeaderClassName
 {
   color: #668561;
 }
 .AnyTagClassName
 {
   color: #668561;
 }
</style>
background-color css

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

 a { background-color: rgb(102,133,97); }

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

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

 span { border-color: rgb(102,133,97); }

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