Html Css Color HEX #609578 Oxley

📋 copy color: '#609578'

red 96 ◦ green 149 ◦ blue 120

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

Shades of Oxley #609578

Tints of Oxley #609578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 26.3%
G = 40.82%
B = 32.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#609578 (or 0x609578) is known color: Oxley. HEX triplet: 60, 95 and 78. RGB value is (96,149,120). Sum of RGB (Red+Green+Blue) = 96+149+120=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #609578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609578 is #9F6A87. Grayscale: #818181. Windows color (decimal): -10447496 or 7902560. OLE color: 7902560.

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

Color convert

RGB 96 149 120 -
CMYK 0.36 0 0.19 0.42
HSL 147.17º 0.22% 0.48% -
HSV(B) 147.17º 0.36% 0.58% -
XYZ 18.96 25.34 21.66 -
YUV 129.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 96 149 120 0.36 0 0.19 0.42 147.17 0.22 0.48
Hex 60 95 78 24 0 13 2A 93 16 30
Octal 140 225 170 44 0 23 52 223 26 60
Binary 1100000 10010101 1111000 100100 0 10011 101010 10010011 10110 110000

Color Harmonies of #609578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609578

Black with #609578

Text Example


Text Example

White with #609578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609578; }

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

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

background-color css

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

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

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

border-color css

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

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

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