Html Css Color HEX #5F9B6D Oxley

📋 copy color: '#5F9B6D'

red 95 ◦ green 155 ◦ blue 109

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

Shades of Oxley #5F9B6D

Tints of Oxley #5F9B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

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

R = 26.46%
G = 43.18%
B = 30.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#5F9B6D (or 0x5F9B6D) is known color: Oxley. HEX triplet: 5F, 9B and 6D. RGB value is (95,155,109). Sum of RGB (Red+Green+Blue) = 95+155+109=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9B6D is #A06492. Grayscale: #838383. Windows color (decimal): -10511507 or 7183199. OLE color: 7183199.

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

Color convert

RGB 95 155 109 -
CMYK 0.39 0 0.30 0.39
HSL 134º 0.24% 0.49% -
HSV(B) 134º 0.39% 0.61% -
XYZ 19.2 26.98 18.66 -
YUV 131.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 95 155 109 0.39 0 0.30 0.39 134 0.24 0.49
Hex 5F 9B 6D 27 0 1E 27 86 18 31
Octal 137 233 155 47 0 36 47 206 30 61
Binary 1011111 10011011 1101101 100111 0 11110 100111 10000110 11000 110001

Color Harmonies of #5F9B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9B6D

Black with #5F9B6D

Text Example


Text Example

White with #5F9B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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