Html Css Color HEX #58976A Oxley

📋 copy color: '#58976A'

red 88 ◦ green 151 ◦ blue 106

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

Shades of Oxley #58976A

Tints of Oxley #58976A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 25.51%
G = 43.77%
B = 30.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#58976A (or 0x58976A) is known color: Oxley. HEX triplet: 58, 97 and 6A. RGB value is (88,151,106). Sum of RGB (Red+Green+Blue) = 88+151+106=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #58976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58976A is #A76895. Grayscale: #7F7F7F. Windows color (decimal): -10971286 or 6985560. OLE color: 6985560.

HSL color Cylindrical-coordinate representation of color #58976A: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58976A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 151 106 -
CMYK 0.42 0 0.30 0.41
HSL 137.14º 0.26% 0.47% -
HSV(B) 137.14º 0.42% 0.59% -
XYZ 17.69 25.25 17.58 -
YUV 127.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 88 151 106 0.42 0 0.30 0.41 137.14 0.26 0.47
Hex 58 97 6A 2A 0 1E 29 89 1A 2F
Octal 130 227 152 52 0 36 51 211 32 57
Binary 1011000 10010111 1101010 101010 0 11110 101001 10001001 11010 101111

Color Harmonies of #58976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58976A

Black with #58976A

Text Example


Text Example

White with #58976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58976A; }

 p { color: rgb(88,151,106); }

 H1.HeaderClassName
 {
   color: #58976A;
 }
 .AnyTagClassName
 {
   color: #58976A;
 }
</style>

background-color css

<style>
 a { background-color: #58976A; }

 a { background-color: rgb(88,151,106); }

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

border-color css

<style>
 span { border-color: #58976A; }

 span { border-color: rgb(88,151,106); }

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