Html Css Color HEX #06824D Salem

📋 copy color: '#06824D'

red 6 ◦ green 130 ◦ blue 77

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

Shades of Salem #06824D

Tints of Salem #06824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.03%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 2.82%
G = 61.03%
B = 36.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#06824D (or 0x06824D) is known color: Salem. HEX triplet: 06, 82 and 4D. RGB value is (6,130,77). Sum of RGB (Red+Green+Blue) = 6+130+77=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #06824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06824D is #F97DB2. Grayscale: #565656. Windows color (decimal): -16350643 or 5079558. OLE color: 5079558.

HSL color Cylindrical-coordinate representation of color #06824D: hue angle of 154.35º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06824D is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 77 -
CMYK 0.95 0 0.41 0.49
HSL 154.35º 0.91% 0.27% -
HSV(B) 154.35º 0.95% 0.51% -
XYZ 9.4 16.54 9.72 -
YUV 86.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 6 130 77 0.95 0 0.41 0.49 154.35 0.91 0.27
Hex 6 82 4D 5F 0 29 31 9A 5B 1B
Octal 6 202 115 137 0 51 61 232 133 33
Binary 110 10000010 1001101 1011111 0 101001 110001 10011010 1011011 11011

Color Harmonies of #06824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06824D

Black with #06824D

Text Example


Text Example

White with #06824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06824D; }

 p { color: rgb(6,130,77); }

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

background-color css

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

 a { background-color: rgb(6,130,77); }

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

border-color css

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

 span { border-color: rgb(6,130,77); }

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