Html Css Color HEX #5D926D Oxley

📋 copy color: '#5D926D'

red 93 ◦ green 146 ◦ blue 109

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

Shades of Oxley #5D926D

Tints of Oxley #5D926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

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

R = 26.72%
G = 41.95%
B = 31.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#5D926D (or 0x5D926D) is known color: Oxley. HEX triplet: 5D, 92 and 6D. RGB value is (93,146,109). Sum of RGB (Red+Green+Blue) = 93+146+109=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #5D926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D926D is #A26D92. Grayscale: #7E7E7E. Windows color (decimal): -10644883 or 7180893. OLE color: 7180893.

HSL color Cylindrical-coordinate representation of color #5D926D: hue angle of 138.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D926D is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 146 109 -
CMYK 0.36 0 0.25 0.43
HSL 138.11º 0.22% 0.47% -
HSV(B) 138.11º 0.36% 0.57% -
XYZ 17.55 23.99 18.17 -
YUV 125.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 93 146 109 0.36 0 0.25 0.43 138.11 0.22 0.47
Hex 5D 92 6D 24 0 19 2B 8A 16 2F
Octal 135 222 155 44 0 31 53 212 26 57
Binary 1011101 10010010 1101101 100100 0 11001 101011 10001010 10110 101111

Color Harmonies of #5D926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D926D

Black with #5D926D

Text Example


Text Example

White with #5D926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,146,109); }

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

background-color css

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

 a { background-color: rgb(93,146,109); }

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

border-color css

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

 span { border-color: rgb(93,146,109); }

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