Html Css Color HEX #088750 Salem

📋 copy color: '#088750'

red 8 ◦ green 135 ◦ blue 80

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

Shades of Salem #088750

Tints of Salem #088750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 3.59%
G = 60.54%
B = 35.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#088750 (or 0x088750) is known color: Salem. HEX triplet: 08, 87 and 50. RGB value is (8,135,80). Sum of RGB (Red+Green+Blue) = 8+135+80=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #088750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088750 is #F778AF. Grayscale: #5A5A5A. Windows color (decimal): -16218288 or 5277448. OLE color: 5277448.

HSL color Cylindrical-coordinate representation of color #088750: hue angle of 154.02º 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 #088750 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 135 80 -
CMYK 0.94 0 0.41 0.47
HSL 154.02º 0.89% 0.28% -
HSV(B) 154.02º 0.94% 0.53% -
XYZ 10.21 17.96 10.52 -
YUV 90.76 121.92 68.97 -
System Red Green Blue C M Y K H S L
Decimal 8 135 80 0.94 0 0.41 0.47 154.02 0.89 0.28
Hex 8 87 50 5E 0 29 2F 9A 59 1C
Octal 10 207 120 136 0 51 57 232 131 34
Binary 1000 10000111 1010000 1011110 0 101001 101111 10011010 1011001 11100

Color Harmonies of #088750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088750

Black with #088750

Text Example


Text Example

White with #088750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088750; }

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

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

background-color css

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

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

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

border-color css

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

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

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