Html Css Color HEX #5F9F7B Oxley

📋 copy color: '#5F9F7B'

red 95 ◦ green 159 ◦ blue 123

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

Shades of Oxley #5F9F7B

Tints of Oxley #5F9F7B

RGB

 RED value IS 95 (37.5% from 255) = 25.2%

 GREEN value IS 159 (62.5% from 255) = 42.18%

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

R = 25.2%
G = 42.18%
B = 32.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#5F9F7B (or 0x5F9F7B) is known color: Oxley. HEX triplet: 5F, 9F and 7B. RGB value is (95,159,123). Sum of RGB (Red+Green+Blue) = 95+159+123=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F7B is #A06084. Grayscale: #878787. Windows color (decimal): -10510469 or 8101727. OLE color: 8101727.

HSL color Cylindrical-coordinate representation of color #5F9F7B: hue angle of 146.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F7B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 159 123 -
CMYK 0.40 0 0.23 0.38
HSL 146.25º 0.25% 0.5% -
HSV(B) 146.25º 0.4% 0.62% -
XYZ 20.69 28.66 23.18 -
YUV 135.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 95 159 123 0.40 0 0.23 0.38 146.25 0.25 0.5
Hex 5F 9F 7B 28 0 17 26 92 19 32
Octal 137 237 173 50 0 27 46 222 31 62
Binary 1011111 10011111 1111011 101000 0 10111 100110 10010010 11001 110010

Color Harmonies of #5F9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9F7B

Black with #5F9F7B

Text Example


Text Example

White with #5F9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9F7B; }

 p { color: rgb(95,159,123); }

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

background-color css

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

 a { background-color: rgb(95,159,123); }

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

border-color css

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

 span { border-color: rgb(95,159,123); }

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