Html Css Color HEX #58916B Oxley

📋 copy color: '#58916B'

red 88 ◦ green 145 ◦ blue 107

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

Shades of Oxley #58916B

Tints of Oxley #58916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 25.88%
G = 42.65%
B = 31.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#58916B (or 0x58916B) is known color: Oxley. HEX triplet: 58, 91 and 6B. RGB value is (88,145,107). Sum of RGB (Red+Green+Blue) = 88+145+107=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #58916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58916B is #A76E94. Grayscale: #7B7B7B. Windows color (decimal): -10972821 or 7049560. OLE color: 7049560.

HSL color Cylindrical-coordinate representation of color #58916B: hue angle of 140º 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 #58916B is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 145 107 -
CMYK 0.39 0 0.26 0.43
HSL 140º 0.24% 0.46% -
HSV(B) 140º 0.39% 0.57% -
XYZ 16.8 23.39 17.54 -
YUV 123.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 88 145 107 0.39 0 0.26 0.43 140 0.24 0.46
Hex 58 91 6B 27 0 1A 2B 8C 18 2E
Octal 130 221 153 47 0 32 53 214 30 56
Binary 1011000 10010001 1101011 100111 0 11010 101011 10001100 11000 101110

Color Harmonies of #58916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58916B

Black with #58916B

Text Example


Text Example

White with #58916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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