Html Css Color HEX #5F906C Oxley

📋 copy color: '#5F906C'

red 95 ◦ green 144 ◦ blue 108

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

Shades of Oxley #5F906C

Tints of Oxley #5F906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 27.38%
G = 41.5%
B = 31.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#5F906C (or 0x5F906C) is known color: Oxley. HEX triplet: 5F, 90 and 6C. RGB value is (95,144,108). Sum of RGB (Red+Green+Blue) = 95+144+108=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #5F906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F906C is #A06F93. Grayscale: #7D7D7D. Windows color (decimal): -10514324 or 7114847. OLE color: 7114847.

HSL color Cylindrical-coordinate representation of color #5F906C: hue angle of 135.92º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F906C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 144 108 -
CMYK 0.34 0 0.25 0.44
HSL 135.92º 0.21% 0.47% -
HSV(B) 135.92º 0.34% 0.56% -
XYZ 17.4 23.46 17.8 -
YUV 125.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 95 144 108 0.34 0 0.25 0.44 135.92 0.21 0.47
Hex 5F 90 6C 22 0 19 2C 88 15 2F
Octal 137 220 154 42 0 31 54 210 25 57
Binary 1011111 10010000 1101100 100010 0 11001 101100 10001000 10101 101111

Color Harmonies of #5F906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F906C

Black with #5F906C

Text Example


Text Example

White with #5F906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,144,108); }

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

background-color css

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

 a { background-color: rgb(95,144,108); }

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

border-color css

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

 span { border-color: rgb(95,144,108); }

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