Html Css Color HEX #08784A Salem

📋 copy color: '#08784A'

red 8 ◦ green 120 ◦ blue 74

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

Shades of Salem #08784A

Tints of Salem #08784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.41%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 3.96%
G = 59.41%
B = 36.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#08784A (or 0x08784A) is known color: Salem. HEX triplet: 08, 78 and 4A. RGB value is (8,120,74). Sum of RGB (Red+Green+Blue) = 8+120+74=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #08784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08784A is #F787B5. Grayscale: #515151. Windows color (decimal): -16222134 or 4880392. OLE color: 4880392.

HSL color Cylindrical-coordinate representation of color #08784A: hue angle of 155.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08784A is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 120 74 -
CMYK 0.93 0 0.38 0.53
HSL 155.36º 0.88% 0.25% -
HSV(B) 155.36º 0.93% 0.47% -
XYZ 8.05 13.98 8.75 -
YUV 81.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 8 120 74 0.93 0 0.38 0.53 155.36 0.88 0.25
Hex 8 78 4A 5D 0 26 35 9B 58 19
Octal 10 170 112 135 0 46 65 233 130 31
Binary 1000 1111000 1001010 1011101 0 100110 110101 10011011 1011000 11001

Color Harmonies of #08784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08784A

Black with #08784A

Text Example


Text Example

White with #08784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08784A; }

 p { color: rgb(8,120,74); }

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

background-color css

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

 a { background-color: rgb(8,120,74); }

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

border-color css

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

 span { border-color: rgb(8,120,74); }

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