Html Css Color HEX #609378 Patina

📋 copy color: '#609378'

red 96 ◦ green 147 ◦ blue 120

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

Shades of Patina #609378

Tints of Patina #609378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 26.45%
G = 40.5%
B = 33.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#609378 (or 0x609378) is known color: Patina. HEX triplet: 60, 93 and 78. RGB value is (96,147,120). Sum of RGB (Red+Green+Blue) = 96+147+120=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #609378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609378 is #9F6C87. Grayscale: #808080. Windows color (decimal): -10448008 or 7902048. OLE color: 7902048.

HSL color Cylindrical-coordinate representation of color #609378: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609378 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 120 -
CMYK 0.35 0 0.18 0.42
HSL 148.24º 0.21% 0.48% -
HSV(B) 148.24º 0.35% 0.58% -
XYZ 18.65 24.71 21.56 -
YUV 128.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 96 147 120 0.35 0 0.18 0.42 148.24 0.21 0.48
Hex 60 93 78 23 0 12 2A 94 15 30
Octal 140 223 170 43 0 22 52 224 25 60
Binary 1100000 10010011 1111000 100011 0 10010 101010 10010100 10101 110000

Color Harmonies of #609378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609378

Black with #609378

Text Example


Text Example

White with #609378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609378; }

 p { color: rgb(96,147,120); }

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

background-color css

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

 a { background-color: rgb(96,147,120); }

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

border-color css

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

 span { border-color: rgb(96,147,120); }

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