Html Css Color HEX #06814A Salem

📋 copy color: '#06814A'

red 6 ◦ green 129 ◦ blue 74

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

Shades of Salem #06814A

Tints of Salem #06814A

RGB

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

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

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

R = 2.87%
G = 61.72%
B = 35.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#06814A (or 0x06814A) is known color: Salem. HEX triplet: 06, 81 and 4A. RGB value is (6,129,74). Sum of RGB (Red+Green+Blue) = 6+129+74=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #06814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06814A is #F97EB5. Grayscale: #565656. Windows color (decimal): -16350902 or 4882694. OLE color: 4882694.

HSL color Cylindrical-coordinate representation of color #06814A: hue angle of 153.17º 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 #06814A is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 129 74 -
CMYK 0.95 0 0.43 0.49
HSL 153.17º 0.91% 0.26% -
HSV(B) 153.17º 0.95% 0.51% -
XYZ 9.16 16.23 9.13 -
YUV 85.95 121.25 70.97 -
System Red Green Blue C M Y K H S L
Decimal 6 129 74 0.95 0 0.43 0.49 153.17 0.91 0.26
Hex 6 81 4A 5F 0 2B 31 99 5B 1A
Octal 6 201 112 137 0 53 61 231 133 32
Binary 110 10000001 1001010 1011111 0 101011 110001 10011001 1011011 11010

Color Harmonies of #06814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06814A

Black with #06814A

Text Example


Text Example

White with #06814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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