#607961

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

Shades of Hippie Green #607961

Tints of Hippie Green #607961

Color information

#607961 (or 0x607961) is unknown color: approx Hippie Green. HEX triplet: 60, 79 and 61. RGB value is (96,121,97). Sum of RGB (Red+Green+Blue) = 96+121+97=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #607961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607961 is #9F869E. Grayscale: #6E6E6E. Windows color (decimal): -10454687 or 6388064. OLE color: 6388064.

HSL color Cylindrical-coordinate representation of color #607961: hue angle of 122.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607961 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB9612197-
CMYK0.2100.200.53
HSL122.4º11.52%42.55%-
HSV(B)122.4º20.66%47.45%-
XYZ13.8217.0213.87-
YUV110.79120.22117.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=30.57%
G=38.54%
B=30.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121970.2100.200.53122.411.5242.55
Hex60796115014357ac2b
Octal14017114125024651721453
Binary1100000111100111000011010101010011010111110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607961; }

 p { color: rgb(96,121,97); }

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

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

 a { background-color: rgb(96,121,97); }

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

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

 span { border-color: rgb(96,121,97); }

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