Html Css Color HEX #008746 Salem

📋 copy color: '#008746'

red 0 ◦ green 135 ◦ blue 70

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

Shades of Salem #008746

Tints of Salem #008746

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 0%
G = 65.85%
B = 34.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#008746 (or 0x008746) is known color: Salem. HEX triplet: 00, 87 and 46. RGB value is (0,135,70). Sum of RGB (Red+Green+Blue) = 0+135+70=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #008746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008746 is #FF78B9. Grayscale: #575757. Windows color (decimal): -16742586 or 4622080. OLE color: 4622080.

HSL color Cylindrical-coordinate representation of color #008746: hue angle of 151.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008746 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 70 -
CMYK 1 0 0.48 0.47
HSL 151.11º 1% 0.26% -
HSV(B) 151.11º 1% 0.53% -
XYZ 9.77 17.77 8.71 -
YUV 87.23 118.27 65.79 -
System Red Green Blue C M Y K H S L
Decimal 0 135 70 1 0 0.48 0.47 151.11 1 0.26
Hex 0 87 46 64 0 30 2F 97 64 1A
Octal 0 207 106 144 0 60 57 227 144 32
Binary 0 10000111 1000110 1100100 0 110000 101111 10010111 1100100 11010

Color Harmonies of #008746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008746

Black with #008746

Text Example


Text Example

White with #008746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008746; }

 p { color: rgb(0,135,70); }

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

background-color css

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

 a { background-color: rgb(0,135,70); }

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

border-color css

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

 span { border-color: rgb(0,135,70); }

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