Html Css Color HEX #5F936D Oxley

📋 copy color: '#5F936D'

red 95 ◦ green 147 ◦ blue 109

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

Shades of Oxley #5F936D

Tints of Oxley #5F936D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 27.07%
G = 41.88%
B = 31.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#5F936D (or 0x5F936D) is known color: Oxley. HEX triplet: 5F, 93 and 6D. RGB value is (95,147,109). Sum of RGB (Red+Green+Blue) = 95+147+109=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #5F936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F936D is #A06C92. Grayscale: #7F7F7F. Windows color (decimal): -10513555 or 7181151. OLE color: 7181151.

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

Color convert

RGB 95 147 109 -
CMYK 0.35 0 0.26 0.42
HSL 136.15º 0.21% 0.47% -
HSV(B) 136.15º 0.35% 0.58% -
XYZ 17.91 24.4 18.23 -
YUV 127.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 95 147 109 0.35 0 0.26 0.42 136.15 0.21 0.47
Hex 5F 93 6D 23 0 1A 2A 88 15 2F
Octal 137 223 155 43 0 32 52 210 25 57
Binary 1011111 10010011 1101101 100011 0 11010 101010 10001000 10101 101111

Color Harmonies of #5F936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F936D

Black with #5F936D

Text Example


Text Example

White with #5F936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,147,109); }

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

background-color css

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

 a { background-color: rgb(95,147,109); }

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

border-color css

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

 span { border-color: rgb(95,147,109); }

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