Html Css Color HEX #609977 Oxley

📋 copy color: '#609977'

red 96 ◦ green 153 ◦ blue 119

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

Shades of Oxley #609977

Tints of Oxley #609977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

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

R = 26.09%
G = 41.58%
B = 32.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#609977 (or 0x609977) is known color: Oxley. HEX triplet: 60, 99 and 77. RGB value is (96,153,119). Sum of RGB (Red+Green+Blue) = 96+153+119=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #609977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609977 is #9F6688. Grayscale: #848484. Windows color (decimal): -10446473 or 7838048. OLE color: 7838048.

HSL color Cylindrical-coordinate representation of color #609977: hue angle of 144.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609977 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 119 -
CMYK 0.37 0 0.22 0.4
HSL 144.21º 0.23% 0.49% -
HSV(B) 144.21º 0.37% 0.6% -
XYZ 19.54 26.6 21.56 -
YUV 132.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 96 153 119 0.37 0 0.22 0.4 144.21 0.23 0.49
Hex 60 99 77 25 0 16 28 90 17 31
Octal 140 231 167 45 0 26 50 220 27 61
Binary 1100000 10011001 1110111 100101 0 10110 101000 10010000 10111 110001

Color Harmonies of #609977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609977

Black with #609977

Text Example


Text Example

White with #609977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609977; }

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

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

background-color css

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

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

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

border-color css

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

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

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