Html Css Color HEX #607961 Hippie Green

📋 copy color: '#607961'

red 96 ◦ green 121 ◦ blue 97

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

Shades of Hippie Green #607961

Tints of Hippie Green #607961

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 value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#607961 (or 0x607961) is known color: 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

RGB 96 121 97 -
CMYK 0.21 0 0.20 0.53
HSL 122.4º 0.12% 0.43% -
HSV(B) 122.4º 0.21% 0.47% -
XYZ 13.82 17.02 13.87 -
YUV 110.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 96 121 97 0.21 0 0.20 0.53 122.4 0.12 0.43
Hex 60 79 61 15 0 14 35 7A C 2B
Octal 140 171 141 25 0 24 65 172 14 53
Binary 1100000 1111001 1100001 10101 0 10100 110101 1111010 1100 101011

Color Harmonies of #607961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607961

Black with #607961

Text Example


Text Example

White with #607961

Text Example


Text Example

HTML Codes & Css Web 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>