Html Css Color HEX #5F9B6A Oxley

📋 copy color: '#5F9B6A'

red 95 ◦ green 155 ◦ blue 106

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

Shades of Oxley #5F9B6A

Tints of Oxley #5F9B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 26.69%
G = 43.54%
B = 29.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#5F9B6A (or 0x5F9B6A) is known color: Oxley. HEX triplet: 5F, 9B and 6A. RGB value is (95,155,106). Sum of RGB (Red+Green+Blue) = 95+155+106=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9B6A is #A06495. Grayscale: #838383. Windows color (decimal): -10511510 or 6986591. OLE color: 6986591.

HSL color Cylindrical-coordinate representation of color #5F9B6A: hue angle of 131º 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 #5F9B6A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 155 106 -
CMYK 0.39 0 0.32 0.39
HSL 131º 0.24% 0.49% -
HSV(B) 131º 0.39% 0.61% -
XYZ 19.04 26.92 17.83 -
YUV 131.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 95 155 106 0.39 0 0.32 0.39 131 0.24 0.49
Hex 5F 9B 6A 27 0 20 27 83 18 31
Octal 137 233 152 47 0 40 47 203 30 61
Binary 1011111 10011011 1101010 100111 0 100000 100111 10000011 11000 110001

Color Harmonies of #5F9B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9B6A

Black with #5F9B6A

Text Example


Text Example

White with #5F9B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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