Html Css Color HEX #609777 Oxley

📋 copy color: '#609777'

red 96 ◦ green 151 ◦ blue 119

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

Shades of Oxley #609777

Tints of Oxley #609777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 26.23%
G = 41.26%
B = 32.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#609777 (or 0x609777) is known color: Oxley. HEX triplet: 60, 97 and 77. RGB value is (96,151,119). Sum of RGB (Red+Green+Blue) = 96+151+119=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #609777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609777 is #9F6888. Grayscale: #828282. Windows color (decimal): -10446985 or 7837536. OLE color: 7837536.

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

Color convert

RGB 96 151 119 -
CMYK 0.36 0 0.21 0.41
HSL 145.09º 0.22% 0.48% -
HSV(B) 145.09º 0.36% 0.59% -
XYZ 19.22 25.95 21.45 -
YUV 130.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 96 151 119 0.36 0 0.21 0.41 145.09 0.22 0.48
Hex 60 97 77 24 0 15 29 91 16 30
Octal 140 227 167 44 0 25 51 221 26 60
Binary 1100000 10010111 1110111 100100 0 10101 101001 10010001 10110 110000

Color Harmonies of #609777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609777

Black with #609777

Text Example


Text Example

White with #609777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609777; }

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

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

background-color css

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

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

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

border-color css

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

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

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