Html Css Color HEX #5F8F6F Oxley

📋 copy color: '#5F8F6F'

red 95 ◦ green 143 ◦ blue 111

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

Shades of Oxley #5F8F6F

Tints of Oxley #5F8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.97%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 27.22%
G = 40.97%
B = 31.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#5F8F6F (or 0x5F8F6F) is known color: Oxley. HEX triplet: 5F, 8F and 6F. RGB value is (95,143,111). Sum of RGB (Red+Green+Blue) = 95+143+111=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F6F is #A07090. Grayscale: #7D7D7D. Windows color (decimal): -10514577 or 7311199. OLE color: 7311199.

HSL color Cylindrical-coordinate representation of color #5F8F6F: hue angle of 140º degrees, saturation: 0.2, 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 #5F8F6F is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 143 111 -
CMYK 0.34 0 0.22 0.44
HSL 140º 0.2% 0.47% -
HSV(B) 140º 0.34% 0.56% -
XYZ 17.41 23.23 18.6 -
YUV 125 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 95 143 111 0.34 0 0.22 0.44 140 0.2 0.47
Hex 5F 8F 6F 22 0 16 2C 8C 14 2F
Octal 137 217 157 42 0 26 54 214 24 57
Binary 1011111 10001111 1101111 100010 0 10110 101100 10001100 10100 101111

Color Harmonies of #5F8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8F6F

Black with #5F8F6F

Text Example


Text Example

White with #5F8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,143,111); }

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

background-color css

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

 a { background-color: rgb(95,143,111); }

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

border-color css

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

 span { border-color: rgb(95,143,111); }

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