Html Css Color HEX #609D77 Oxley

📋 copy color: '#609D77'

red 96 ◦ green 157 ◦ blue 119

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

Shades of Oxley #609D77

Tints of Oxley #609D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

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

R = 25.81%
G = 42.2%
B = 31.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#609D77 (or 0x609D77) is known color: Oxley. HEX triplet: 60, 9D and 77. RGB value is (96,157,119). Sum of RGB (Red+Green+Blue) = 96+157+119=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #609D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D77 is #9F6288. Grayscale: #868686. Windows color (decimal): -10445449 or 7839072. OLE color: 7839072.

HSL color Cylindrical-coordinate representation of color #609D77: hue angle of 142.62º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609D77 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 119 -
CMYK 0.39 0 0.24 0.38
HSL 142.62º 0.24% 0.5% -
HSV(B) 142.62º 0.39% 0.62% -
XYZ 20.21 27.93 21.78 -
YUV 134.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 96 157 119 0.39 0 0.24 0.38 142.62 0.24 0.5
Hex 60 9D 77 27 0 18 26 8F 18 32
Octal 140 235 167 47 0 30 46 217 30 62
Binary 1100000 10011101 1110111 100111 0 11000 100110 10001111 11000 110010

Color Harmonies of #609D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D77

Black with #609D77

Text Example


Text Example

White with #609D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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