Html Css Color HEX #609377 Oxley

📋 copy color: '#609377'

red 96 ◦ green 147 ◦ blue 119

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

Shades of Oxley #609377

Tints of Oxley #609377

RGB

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

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

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

R = 26.52%
G = 40.61%
B = 32.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#609377 (or 0x609377) is known color: Oxley. HEX triplet: 60, 93 and 77. RGB value is (96,147,119). Sum of RGB (Red+Green+Blue) = 96+147+119=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #609377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609377 is #9F6C88. Grayscale: #808080. Windows color (decimal): -10448009 or 7836512. OLE color: 7836512.

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

Color convert

RGB 96 147 119 -
CMYK 0.35 0 0.19 0.42
HSL 147.06º 0.21% 0.48% -
HSV(B) 147.06º 0.35% 0.58% -
XYZ 18.59 24.69 21.24 -
YUV 128.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 96 147 119 0.35 0 0.19 0.42 147.06 0.21 0.48
Hex 60 93 77 23 0 13 2A 93 15 30
Octal 140 223 167 43 0 23 52 223 25 60
Binary 1100000 10010011 1110111 100011 0 10011 101010 10010011 10101 110000

Color Harmonies of #609377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609377

Black with #609377

Text Example


Text Example

White with #609377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609377; }

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

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

background-color css

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

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

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

border-color css

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

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

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