Html Css Color HEX #609E81 Patina

📋 copy color: '#609E81'

red 96 ◦ green 158 ◦ blue 129

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

Shades of Patina #609E81

Tints of Patina #609E81

RGB

 RED value IS 96 (37.89% from 255) = 25.07%

 GREEN value IS 158 (62.11% from 255) = 41.25%

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 25.07%
G = 41.25%
B = 33.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#609E81 (or 0x609E81) is known color: Patina. HEX triplet: 60, 9E and 81. RGB value is (96,158,129). Sum of RGB (Red+Green+Blue) = 96+158+129=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #609E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E81 is #9F617E. Grayscale: #888888. Windows color (decimal): -10445183 or 8494688. OLE color: 8494688.

HSL color Cylindrical-coordinate representation of color #609E81: hue angle of 151.94º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E81 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 158 129 -
CMYK 0.39 0 0.18 0.38
HSL 151.94º 0.24% 0.5% -
HSV(B) 151.94º 0.39% 0.62% -
XYZ 21.01 28.53 25.17 -
YUV 136.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 96 158 129 0.39 0 0.18 0.38 151.94 0.24 0.5
Hex 60 9E 81 27 0 12 26 98 18 32
Octal 140 236 201 47 0 22 46 230 30 62
Binary 1100000 10011110 10000001 100111 0 10010 100110 10011000 11000 110010

Color Harmonies of #609E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609E81

Black with #609E81

Text Example


Text Example

White with #609E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609E81; }

 p { color: rgb(96,158,129); }

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

background-color css

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

 a { background-color: rgb(96,158,129); }

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

border-color css

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

 span { border-color: rgb(96,158,129); }

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