Html Css Color HEX #609E7D Patina

📋 copy color: '#609E7D'

red 96 ◦ green 158 ◦ blue 125

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

Shades of Patina #609E7D

Tints of Patina #609E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 25.33%
G = 41.69%
B = 32.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#609E7D (or 0x609E7D) is known color: Patina. HEX triplet: 60, 9E and 7D. RGB value is (96,158,125). Sum of RGB (Red+Green+Blue) = 96+158+125=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #609E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E7D is #9F6182. Grayscale: #878787. Windows color (decimal): -10445187 or 8232544. OLE color: 8232544.

HSL color Cylindrical-coordinate representation of color #609E7D: hue angle of 148.06º 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 #609E7D is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 158 125 -
CMYK 0.39 0 0.21 0.38
HSL 148.06º 0.24% 0.5% -
HSV(B) 148.06º 0.39% 0.62% -
XYZ 20.75 28.42 23.79 -
YUV 135.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 96 158 125 0.39 0 0.21 0.38 148.06 0.24 0.5
Hex 60 9E 7D 27 0 15 26 94 18 32
Octal 140 236 175 47 0 25 46 224 30 62
Binary 1100000 10011110 1111101 100111 0 10101 100110 10010100 11000 110010

Color Harmonies of #609E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609E7D

Black with #609E7D

Text Example


Text Example

White with #609E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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