Html Css Color HEX #06844C Salem

📋 copy color: '#06844C'

red 6 ◦ green 132 ◦ blue 76

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

Shades of Salem #06844C

Tints of Salem #06844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.68%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 2.8%
G = 61.68%
B = 35.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#06844C (or 0x06844C) is known color: Salem. HEX triplet: 06, 84 and 4C. RGB value is (6,132,76). Sum of RGB (Red+Green+Blue) = 6+132+76=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #06844C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06844C is #F97BB3. Grayscale: #585858. Windows color (decimal): -16350132 or 5014534. OLE color: 5014534.

HSL color Cylindrical-coordinate representation of color #06844C: hue angle of 153.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06844C is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 132 76 -
CMYK 0.95 0 0.42 0.48
HSL 153.33º 0.91% 0.27% -
HSV(B) 153.33º 0.95% 0.52% -
XYZ 9.63 17.06 9.62 -
YUV 87.94 121.26 69.55 -
System Red Green Blue C M Y K H S L
Decimal 6 132 76 0.95 0 0.42 0.48 153.33 0.91 0.27
Hex 6 84 4C 5F 0 2A 30 99 5B 1B
Octal 6 204 114 137 0 52 60 231 133 33
Binary 110 10000100 1001100 1011111 0 101010 110000 10011001 1011011 11011

Color Harmonies of #06844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06844C

Black with #06844C

Text Example


Text Example

White with #06844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06844C; }

 p { color: rgb(6,132,76); }

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

background-color css

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

 a { background-color: rgb(6,132,76); }

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

border-color css

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

 span { border-color: rgb(6,132,76); }

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