Html Css Color HEX #088650 Salem

📋 copy color: '#088650'

red 8 ◦ green 134 ◦ blue 80

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

Shades of Salem #088650

Tints of Salem #088650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.36%

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

R = 3.6%
G = 60.36%
B = 36.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#088650 (or 0x088650) is known color: Salem. HEX triplet: 08, 86 and 50. RGB value is (8,134,80). Sum of RGB (Red+Green+Blue) = 8+134+80=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #088650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088650 is #F779AF. Grayscale: #5A5A5A. Windows color (decimal): -16218544 or 5277192. OLE color: 5277192.

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

Color convert

RGB 8 134 80 -
CMYK 0.94 0 0.40 0.47
HSL 154.29º 0.89% 0.28% -
HSV(B) 154.29º 0.94% 0.53% -
XYZ 10.07 17.68 10.47 -
YUV 90.17 122.26 69.39 -
System Red Green Blue C M Y K H S L
Decimal 8 134 80 0.94 0 0.40 0.47 154.29 0.89 0.28
Hex 8 86 50 5E 0 28 2F 9A 59 1C
Octal 10 206 120 136 0 50 57 232 131 34
Binary 1000 10000110 1010000 1011110 0 101000 101111 10011010 1011001 11100

Color Harmonies of #088650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088650

Black with #088650

Text Example


Text Example

White with #088650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088650; }

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

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

background-color css

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

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

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

border-color css

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

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

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