Html Css Color HEX #5D9B69 Oxley

📋 copy color: '#5D9B69'

red 93 ◦ green 155 ◦ blue 105

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

Shades of Oxley #5D9B69

Tints of Oxley #5D9B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 26.35%
G = 43.91%
B = 29.75%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#5D9B69 (or 0x5D9B69) is known color: Oxley. HEX triplet: 5D, 9B and 69. RGB value is (93,155,105). Sum of RGB (Red+Green+Blue) = 93+155+105=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9B69 is #A26496. Grayscale: #828282. Windows color (decimal): -10642583 or 6921053. OLE color: 6921053.

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

Color convert

RGB 93 155 105 -
CMYK 0.4 0 0.32 0.39
HSL 131.61º 0.25% 0.49% -
HSV(B) 131.61º 0.4% 0.61% -
XYZ 18.79 26.79 17.55 -
YUV 130.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 93 155 105 0.4 0 0.32 0.39 131.61 0.25 0.49
Hex 5D 9B 69 28 0 20 27 84 19 31
Octal 135 233 151 50 0 40 47 204 31 61
Binary 1011101 10011011 1101001 101000 0 100000 100111 10000100 11001 110001

Color Harmonies of #5D9B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9B69

Black with #5D9B69

Text Example


Text Example

White with #5D9B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,155,105); }

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

background-color css

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

 a { background-color: rgb(93,155,105); }

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

border-color css

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

 span { border-color: rgb(93,155,105); }

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