Html Css Color HEX #06874A Salem

📋 copy color: '#06874A'

red 6 ◦ green 135 ◦ blue 74

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

Shades of Salem #06874A

Tints of Salem #06874A

RGB

 RED value IS 6 (2.73% from 255) = 2.79%

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

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

R = 2.79%
G = 62.79%
B = 34.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#06874A (or 0x06874A) is known color: Salem. HEX triplet: 06, 87 and 4A. RGB value is (6,135,74). Sum of RGB (Red+Green+Blue) = 6+135+74=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #06874A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06874A is #F978B5. Grayscale: #595959. Windows color (decimal): -16349366 or 4884230. OLE color: 4884230.

HSL color Cylindrical-coordinate representation of color #06874A: hue angle of 151.63º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06874A is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 74 -
CMYK 0.96 0 0.45 0.47
HSL 151.63º 0.91% 0.28% -
HSV(B) 151.63º 0.96% 0.53% -
XYZ 9.98 17.86 9.4 -
YUV 89.48 119.26 68.46 -
System Red Green Blue C M Y K H S L
Decimal 6 135 74 0.96 0 0.45 0.47 151.63 0.91 0.28
Hex 6 87 4A 60 0 2D 2F 98 5B 1C
Octal 6 207 112 140 0 55 57 230 133 34
Binary 110 10000111 1001010 1100000 0 101101 101111 10011000 1011011 11100

Color Harmonies of #06874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06874A

Black with #06874A

Text Example


Text Example

White with #06874A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,135,74); }

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

background-color css

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

 a { background-color: rgb(6,135,74); }

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

border-color css

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

 span { border-color: rgb(6,135,74); }

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