Html Css Color HEX #58967B Patina

📋 copy color: '#58967B'

red 88 ◦ green 150 ◦ blue 123

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

Shades of Patina #58967B

Tints of Patina #58967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 24.38%
G = 41.55%
B = 34.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#58967B (or 0x58967B) is known color: Patina. HEX triplet: 58, 96 and 7B. RGB value is (88,150,123). Sum of RGB (Red+Green+Blue) = 88+150+123=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #58967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58967B is #A76984. Grayscale: #808080. Windows color (decimal): -10971525 or 8099416. OLE color: 8099416.

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

Color convert

RGB 88 150 123 -
CMYK 0.41 0 0.18 0.41
HSL 153.87º 0.26% 0.47% -
HSV(B) 153.87º 0.41% 0.59% -
XYZ 18.51 25.32 22.65 -
YUV 128.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 88 150 123 0.41 0 0.18 0.41 153.87 0.26 0.47
Hex 58 96 7B 29 0 12 29 9A 1A 2F
Octal 130 226 173 51 0 22 51 232 32 57
Binary 1011000 10010110 1111011 101001 0 10010 101001 10011010 11010 101111

Color Harmonies of #58967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58967B

Black with #58967B

Text Example


Text Example

White with #58967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,150,123); }

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

background-color css

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

 a { background-color: rgb(88,150,123); }

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

border-color css

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

 span { border-color: rgb(88,150,123); }

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