Html Css Color HEX #58916A Oxley

📋 copy color: '#58916A'

red 88 ◦ green 145 ◦ blue 106

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

Shades of Oxley #58916A

Tints of Oxley #58916A

RGB

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

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

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

R = 25.96%
G = 42.77%
B = 31.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#58916A (or 0x58916A) is known color: Oxley. HEX triplet: 58, 91 and 6A. RGB value is (88,145,106). Sum of RGB (Red+Green+Blue) = 88+145+106=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #58916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58916A is #A76E95. Grayscale: #7B7B7B. Windows color (decimal): -10972822 or 6984024. OLE color: 6984024.

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

Color convert

RGB 88 145 106 -
CMYK 0.39 0 0.27 0.43
HSL 138.95º 0.24% 0.46% -
HSV(B) 138.95º 0.39% 0.57% -
XYZ 16.75 23.37 17.26 -
YUV 123.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 88 145 106 0.39 0 0.27 0.43 138.95 0.24 0.46
Hex 58 91 6A 27 0 1B 2B 8B 18 2E
Octal 130 221 152 47 0 33 53 213 30 56
Binary 1011000 10010001 1101010 100111 0 11011 101011 10001011 11000 101110

Color Harmonies of #58916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58916A

Black with #58916A

Text Example


Text Example

White with #58916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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