Html Css Color HEX #5D9A69 Oxley

📋 copy color: '#5D9A69'

red 93 ◦ green 154 ◦ blue 105

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

Shades of Oxley #5D9A69

Tints of Oxley #5D9A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.75%

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

R = 26.42%
G = 43.75%
B = 29.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#5D9A69 (or 0x5D9A69) is known color: Oxley. HEX triplet: 5D, 9A and 69. RGB value is (93,154,105). Sum of RGB (Red+Green+Blue) = 93+154+105=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A69 is #A26596. Grayscale: #828282. Windows color (decimal): -10642839 or 6920797. OLE color: 6920797.

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

Color convert

RGB 93 154 105 -
CMYK 0.40 0 0.32 0.40
HSL 131.8º 0.25% 0.48% -
HSV(B) 131.8º 0.4% 0.6% -
XYZ 18.62 26.46 17.49 -
YUV 130.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 93 154 105 0.40 0 0.32 0.40 131.8 0.25 0.48
Hex 5D 9A 69 28 0 20 28 84 19 30
Octal 135 232 151 50 0 40 50 204 31 60
Binary 1011101 10011010 1101001 101000 0 100000 101000 10000100 11001 110000

Color Harmonies of #5D9A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9A69

Black with #5D9A69

Text Example


Text Example

White with #5D9A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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