Html Css Color HEX #58956B Oxley

📋 copy color: '#58956B'

red 88 ◦ green 149 ◦ blue 107

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

Shades of Oxley #58956B

Tints of Oxley #58956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

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

R = 25.58%
G = 43.31%
B = 31.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#58956B (or 0x58956B) is known color: Oxley. HEX triplet: 58, 95 and 6B. RGB value is (88,149,107). Sum of RGB (Red+Green+Blue) = 88+149+107=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #58956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956B is #A76A94. Grayscale: #7E7E7E. Windows color (decimal): -10971797 or 7050584. OLE color: 7050584.

HSL color Cylindrical-coordinate representation of color #58956B: hue angle of 138.69º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58956B is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 149 107 -
CMYK 0.41 0 0.28 0.42
HSL 138.69º 0.26% 0.46% -
HSV(B) 138.69º 0.41% 0.58% -
XYZ 17.43 24.63 17.75 -
YUV 125.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 88 149 107 0.41 0 0.28 0.42 138.69 0.26 0.46
Hex 58 95 6B 29 0 1C 2A 8B 1A 2E
Octal 130 225 153 51 0 34 52 213 32 56
Binary 1011000 10010101 1101011 101001 0 11100 101010 10001011 11010 101110

Color Harmonies of #58956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58956B

Black with #58956B

Text Example


Text Example

White with #58956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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