Html Css Color HEX #5D986B Oxley

📋 copy color: '#5D986B'

red 93 ◦ green 152 ◦ blue 107

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

Shades of Oxley #5D986B

Tints of Oxley #5D986B

RGB

 RED value IS 93 (36.72% from 255) = 26.42%

 GREEN value IS 152 (59.77% from 255) = 43.18%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 26.42%
G = 43.18%
B = 30.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#5D986B (or 0x5D986B) is known color: Oxley. HEX triplet: 5D, 98 and 6B. RGB value is (93,152,107). Sum of RGB (Red+Green+Blue) = 93+152+107=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #5D986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D986B is #A26794. Grayscale: #818181. Windows color (decimal): -10643349 or 7051357. OLE color: 7051357.

HSL color Cylindrical-coordinate representation of color #5D986B: hue angle of 134.24º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D986B is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 152 107 -
CMYK 0.39 0 0.30 0.40
HSL 134.24º 0.24% 0.48% -
HSV(B) 134.24º 0.39% 0.6% -
XYZ 18.4 25.85 17.93 -
YUV 129.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 93 152 107 0.39 0 0.30 0.40 134.24 0.24 0.48
Hex 5D 98 6B 27 0 1E 28 86 18 30
Octal 135 230 153 47 0 36 50 206 30 60
Binary 1011101 10011000 1101011 100111 0 11110 101000 10000110 11000 110000

Color Harmonies of #5D986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D986B

Black with #5D986B

Text Example


Text Example

White with #5D986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,152,107); }

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

background-color css

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

 a { background-color: rgb(93,152,107); }

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

border-color css

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

 span { border-color: rgb(93,152,107); }

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