Html Css Color HEX #609D7B Oxley

📋 copy color: '#609D7B'

red 96 ◦ green 157 ◦ blue 123

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

Shades of Oxley #609D7B

Tints of Oxley #609D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 25.53%
G = 41.76%
B = 32.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#609D7B (or 0x609D7B) is known color: Oxley. HEX triplet: 60, 9D and 7B. RGB value is (96,157,123). Sum of RGB (Red+Green+Blue) = 96+157+123=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #609D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D7B is #9F6284. Grayscale: #868686. Windows color (decimal): -10445445 or 8101216. OLE color: 8101216.

HSL color Cylindrical-coordinate representation of color #609D7B: hue angle of 146.56º 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 #609D7B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 123 -
CMYK 0.39 0 0.22 0.38
HSL 146.56º 0.24% 0.5% -
HSV(B) 146.56º 0.39% 0.62% -
XYZ 20.46 28.03 23.07 -
YUV 134.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 96 157 123 0.39 0 0.22 0.38 146.56 0.24 0.5
Hex 60 9D 7B 27 0 16 26 93 18 32
Octal 140 235 173 47 0 26 46 223 30 62
Binary 1100000 10011101 1111011 100111 0 10110 100110 10010011 11000 110010

Color Harmonies of #609D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D7B

Black with #609D7B

Text Example


Text Example

White with #609D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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