Html Css Color HEX #5D986A Oxley

📋 copy color: '#5D986A'

red 93 ◦ green 152 ◦ blue 106

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

Shades of Oxley #5D986A

Tints of Oxley #5D986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

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

R = 26.5%
G = 43.3%
B = 30.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#5D986A (or 0x5D986A) is known color: Oxley. HEX triplet: 5D, 98 and 6A. RGB value is (93,152,106). Sum of RGB (Red+Green+Blue) = 93+152+106=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #5D986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D986A is #A26795. Grayscale: #818181. Windows color (decimal): -10643350 or 6985821. OLE color: 6985821.

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

Color convert

RGB 93 152 106 -
CMYK 0.39 0 0.30 0.40
HSL 133.22º 0.24% 0.48% -
HSV(B) 133.22º 0.39% 0.6% -
XYZ 18.34 25.82 17.65 -
YUV 129.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 93 152 106 0.39 0 0.30 0.40 133.22 0.24 0.48
Hex 5D 98 6A 27 0 1E 28 85 18 30
Octal 135 230 152 47 0 36 50 205 30 60
Binary 1011101 10011000 1101010 100111 0 11110 101000 10000101 11000 110000

Color Harmonies of #5D986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D986A

Black with #5D986A

Text Example


Text Example

White with #5D986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,152,106); }

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

background-color css

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

 a { background-color: rgb(93,152,106); }

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

border-color css

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

 span { border-color: rgb(93,152,106); }

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