Html Css Color HEX #088758 Salem

📋 copy color: '#088758'

red 8 ◦ green 135 ◦ blue 88

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

Shades of Salem #088758

Tints of Salem #088758

RGB

 RED value IS 8 (3.52% from 255) = 3.46%

 GREEN value IS 135 (53.13% from 255) = 58.44%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 3.46%
G = 58.44%
B = 38.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#088758 (or 0x088758) is known color: Salem. HEX triplet: 08, 87 and 58. RGB value is (8,135,88). Sum of RGB (Red+Green+Blue) = 8+135+88=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #088758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088758 is #F778A7. Grayscale: #5B5B5B. Windows color (decimal): -16218280 or 5801736. OLE color: 5801736.

HSL color Cylindrical-coordinate representation of color #088758: hue angle of 157.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088758 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 135 88 -
CMYK 0.94 0 0.35 0.47
HSL 157.8º 0.89% 0.28% -
HSV(B) 157.8º 0.94% 0.53% -
XYZ 10.53 18.08 12.17 -
YUV 91.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 8 135 88 0.94 0 0.35 0.47 157.8 0.89 0.28
Hex 8 87 58 5E 0 23 2F 9E 59 1C
Octal 10 207 130 136 0 43 57 236 131 34
Binary 1000 10000111 1011000 1011110 0 100011 101111 10011110 1011001 11100

Color Harmonies of #088758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088758

Black with #088758

Text Example


Text Example

White with #088758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088758; }

 p { color: rgb(8,135,88); }

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

background-color css

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

 a { background-color: rgb(8,135,88); }

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

border-color css

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

 span { border-color: rgb(8,135,88); }

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