Html Css Color HEX #088755 Salem

📋 copy color: '#088755'

red 8 ◦ green 135 ◦ blue 85

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

Shades of Salem #088755

Tints of Salem #088755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 3.51%
G = 59.21%
B = 37.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#088755 (or 0x088755) is known color: Salem. HEX triplet: 08, 87 and 55. RGB value is (8,135,85). Sum of RGB (Red+Green+Blue) = 8+135+85=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #088755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088755 is #F778AA. Grayscale: #5B5B5B. Windows color (decimal): -16218283 or 5605128. OLE color: 5605128.

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

Color convert

RGB 8 135 85 -
CMYK 0.94 0 0.37 0.47
HSL 156.38º 0.89% 0.28% -
HSV(B) 156.38º 0.94% 0.53% -
XYZ 10.4 18.04 11.53 -
YUV 91.33 124.42 68.57 -
System Red Green Blue C M Y K H S L
Decimal 8 135 85 0.94 0 0.37 0.47 156.38 0.89 0.28
Hex 8 87 55 5E 0 25 2F 9C 59 1C
Octal 10 207 125 136 0 45 57 234 131 34
Binary 1000 10000111 1010101 1011110 0 100101 101111 10011100 1011001 11100

Color Harmonies of #088755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088755

Black with #088755

Text Example


Text Example

White with #088755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088755; }

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

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

background-color css

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

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

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

border-color css

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

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

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