Html Css Color HEX #609078 Patina

📋 copy color: '#609078'

red 96 ◦ green 144 ◦ blue 120

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

Shades of Patina #609078

Tints of Patina #609078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#609078 (or 0x609078) is known color: Patina. HEX triplet: 60, 90 and 78. RGB value is (96,144,120). Sum of RGB (Red+Green+Blue) = 96+144+120=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #609078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609078 is #9F6F87. Grayscale: #7E7E7E. Windows color (decimal): -10448776 or 7901280. OLE color: 7901280.

HSL color Cylindrical-coordinate representation of color #609078: hue angle of 150º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609078 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 120 -
CMYK 0.33 0 0.17 0.44
HSL 150º 0.2% 0.47% -
HSV(B) 150º 0.33% 0.56% -
XYZ 18.19 23.79 21.4 -
YUV 126.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 96 144 120 0.33 0 0.17 0.44 150 0.2 0.47
Hex 60 90 78 21 0 11 2C 96 14 2F
Octal 140 220 170 41 0 21 54 226 24 57
Binary 1100000 10010000 1111000 100001 0 10001 101100 10010110 10100 101111

Color Harmonies of #609078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609078

Black with #609078

Text Example


Text Example

White with #609078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609078; }

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

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

background-color css

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

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

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

border-color css

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

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

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