Html Css Color HEX #06814D Salem

📋 copy color: '#06814D'

red 6 ◦ green 129 ◦ blue 77

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

Shades of Salem #06814D

Tints of Salem #06814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.85%

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

R = 2.83%
G = 60.85%
B = 36.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#06814D (or 0x06814D) is known color: Salem. HEX triplet: 06, 81 and 4D. RGB value is (6,129,77). Sum of RGB (Red+Green+Blue) = 6+129+77=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #06814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06814D is #F97EB2. Grayscale: #565656. Windows color (decimal): -16350899 or 5079302. OLE color: 5079302.

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

Color convert

RGB 6 129 77 -
CMYK 0.95 0 0.40 0.49
HSL 154.63º 0.91% 0.26% -
HSV(B) 154.63º 0.95% 0.51% -
XYZ 9.26 16.28 9.67 -
YUV 86.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 6 129 77 0.95 0 0.40 0.49 154.63 0.91 0.26
Hex 6 81 4D 5F 0 28 31 9B 5B 1A
Octal 6 201 115 137 0 50 61 233 133 32
Binary 110 10000001 1001101 1011111 0 101000 110001 10011011 1011011 11010

Color Harmonies of #06814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06814D

Black with #06814D

Text Example


Text Example

White with #06814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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