Html Css Color HEX #609477 Oxley

📋 copy color: '#609477'

red 96 ◦ green 148 ◦ blue 119

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

Shades of Oxley #609477

Tints of Oxley #609477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 26.45%
G = 40.77%
B = 32.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#609477 (or 0x609477) is known color: Oxley. HEX triplet: 60, 94 and 77. RGB value is (96,148,119). Sum of RGB (Red+Green+Blue) = 96+148+119=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #609477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609477 is #9F6B88. Grayscale: #818181. Windows color (decimal): -10447753 or 7836768. OLE color: 7836768.

HSL color Cylindrical-coordinate representation of color #609477: hue angle of 146.54º 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 #609477 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 119 -
CMYK 0.35 0 0.20 0.42
HSL 146.54º 0.21% 0.48% -
HSV(B) 146.54º 0.35% 0.58% -
XYZ 18.74 25 21.29 -
YUV 129.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 96 148 119 0.35 0 0.20 0.42 146.54 0.21 0.48
Hex 60 94 77 23 0 14 2A 93 15 30
Octal 140 224 167 43 0 24 52 223 25 60
Binary 1100000 10010100 1110111 100011 0 10100 101010 10010011 10101 110000

Color Harmonies of #609477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609477

Black with #609477

Text Example


Text Example

White with #609477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609477; }

 p { color: rgb(96,148,119); }

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

background-color css

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

 a { background-color: rgb(96,148,119); }

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

border-color css

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

 span { border-color: rgb(96,148,119); }

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