Html Css Color HEX #5D936B Oxley

📋 copy color: '#5D936B'

red 93 ◦ green 147 ◦ blue 107

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

Shades of Oxley #5D936B

Tints of Oxley #5D936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

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

R = 26.8%
G = 42.36%
B = 30.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#5D936B (or 0x5D936B) is known color: Oxley. HEX triplet: 5D, 93 and 6B. RGB value is (93,147,107). Sum of RGB (Red+Green+Blue) = 93+147+107=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #5D936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D936B is #A26C94. Grayscale: #7E7E7E. Windows color (decimal): -10644629 or 7050077. OLE color: 7050077.

HSL color Cylindrical-coordinate representation of color #5D936B: hue angle of 135.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D936B is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 147 107 -
CMYK 0.37 0 0.27 0.42
HSL 135.56º 0.23% 0.47% -
HSV(B) 135.56º 0.37% 0.58% -
XYZ 17.6 24.26 17.66 -
YUV 126.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 93 147 107 0.37 0 0.27 0.42 135.56 0.23 0.47
Hex 5D 93 6B 25 0 1B 2A 88 16 2F
Octal 135 223 153 45 0 33 52 210 26 57
Binary 1011101 10010011 1101011 100101 0 11011 101010 10001000 10110 101111

Color Harmonies of #5D936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D936B

Black with #5D936B

Text Example


Text Example

White with #5D936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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