Html Css Color HEX #008745 Salem

📋 copy color: '#008745'

red 0 ◦ green 135 ◦ blue 69

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

Shades of Salem #008745

Tints of Salem #008745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 0%
G = 66.18%
B = 33.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#008745 (or 0x008745) is known color: Salem. HEX triplet: 00, 87 and 45. RGB value is (0,135,69). Sum of RGB (Red+Green+Blue) = 0+135+69=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #008745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008745 is #FF78BA. Grayscale: #575757. Windows color (decimal): -16742587 or 4556544. OLE color: 4556544.

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

Color convert

RGB 0 135 69 -
CMYK 1 0 0.49 0.47
HSL 150.67º 1% 0.26% -
HSV(B) 150.67º 1% 0.53% -
XYZ 9.74 17.76 8.54 -
YUV 87.11 117.77 65.87 -
System Red Green Blue C M Y K H S L
Decimal 0 135 69 1 0 0.49 0.47 150.67 1 0.26
Hex 0 87 45 64 0 31 2F 97 64 1A
Octal 0 207 105 144 0 61 57 227 144 32
Binary 0 10000111 1000101 1100100 0 110001 101111 10010111 1100100 11010

Color Harmonies of #008745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008745

Black with #008745

Text Example


Text Example

White with #008745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008745; }

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

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

background-color css

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

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

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

border-color css

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

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

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