Html Css Color HEX #08874F Salem

📋 copy color: '#08874F'

red 8 ◦ green 135 ◦ blue 79

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

Shades of Salem #08874F

Tints of Salem #08874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 3.6%
G = 60.81%
B = 35.59%

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

#08874F (or 0x08874F) is known color: Salem. HEX triplet: 08, 87 and 4F. RGB value is (8,135,79). Sum of RGB (Red+Green+Blue) = 8+135+79=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #08874F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08874F is #F778B0. Grayscale: #5A5A5A. Windows color (decimal): -16218289 or 5211912. OLE color: 5211912.

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

Color convert

RGB 8 135 79 -
CMYK 0.94 0 0.41 0.47
HSL 153.54º 0.89% 0.28% -
HSV(B) 153.54º 0.94% 0.53% -
XYZ 10.18 17.94 10.32 -
YUV 90.64 121.42 69.05 -
System Red Green Blue C M Y K H S L
Decimal 8 135 79 0.94 0 0.41 0.47 153.54 0.89 0.28
Hex 8 87 4F 5E 0 29 2F 9A 59 1C
Octal 10 207 117 136 0 51 57 232 131 34
Binary 1000 10000111 1001111 1011110 0 101001 101111 10011010 1011001 11100

Color Harmonies of #08874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08874F

Black with #08874F

Text Example


Text Example

White with #08874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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