Html Css Color HEX #58916D Oxley

📋 copy color: '#58916D'

red 88 ◦ green 145 ◦ blue 109

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

Shades of Oxley #58916D

Tints of Oxley #58916D

RGB

 RED value IS 88 (34.77% from 255) = 25.73%

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 25.73%
G = 42.4%
B = 31.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#58916D (or 0x58916D) is known color: Oxley. HEX triplet: 58, 91 and 6D. RGB value is (88,145,109). Sum of RGB (Red+Green+Blue) = 88+145+109=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #58916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58916D is #A76E92. Grayscale: #7B7B7B. Windows color (decimal): -10972819 or 7180632. OLE color: 7180632.

HSL color Cylindrical-coordinate representation of color #58916D: hue angle of 142.11º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58916D is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 145 109 -
CMYK 0.39 0 0.25 0.43
HSL 142.11º 0.24% 0.46% -
HSV(B) 142.11º 0.39% 0.57% -
XYZ 16.91 23.43 18.1 -
YUV 123.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 88 145 109 0.39 0 0.25 0.43 142.11 0.24 0.46
Hex 58 91 6D 27 0 19 2B 8E 18 2E
Octal 130 221 155 47 0 31 53 216 30 56
Binary 1011000 10010001 1101101 100111 0 11001 101011 10001110 11000 101110

Color Harmonies of #58916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58916D

Black with #58916D

Text Example


Text Example

White with #58916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58916D; }

 p { color: rgb(88,145,109); }

 H1.HeaderClassName
 {
   color: #58916D;
 }
 .AnyTagClassName
 {
   color: #58916D;
 }
</style>

background-color css

<style>
 a { background-color: #58916D; }

 a { background-color: rgb(88,145,109); }

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

border-color css

<style>
 span { border-color: #58916D; }

 span { border-color: rgb(88,145,109); }

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