Html Css Color HEX #58986A Oxley

📋 copy color: '#58986A'

red 88 ◦ green 152 ◦ blue 106

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

Shades of Oxley #58986A

Tints of Oxley #58986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

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

R = 25.43%
G = 43.93%
B = 30.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#58986A (or 0x58986A) is known color: Oxley. HEX triplet: 58, 98 and 6A. RGB value is (88,152,106). Sum of RGB (Red+Green+Blue) = 88+152+106=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #58986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58986A is #A76795. Grayscale: #7F7F7F. Windows color (decimal): -10971030 or 6985816. OLE color: 6985816.

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

Color convert

RGB 88 152 106 -
CMYK 0.42 0 0.30 0.40
HSL 136.88º 0.27% 0.47% -
HSV(B) 136.88º 0.42% 0.6% -
XYZ 17.85 25.57 17.63 -
YUV 127.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 88 152 106 0.42 0 0.30 0.40 136.88 0.27 0.47
Hex 58 98 6A 2A 0 1E 28 89 1B 2F
Octal 130 230 152 52 0 36 50 211 33 57
Binary 1011000 10011000 1101010 101010 0 11110 101000 10001001 11011 101111

Color Harmonies of #58986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58986A

Black with #58986A

Text Example


Text Example

White with #58986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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