Html Css Color HEX #06834C Salem

📋 copy color: '#06834C'

red 6 ◦ green 131 ◦ blue 76

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

Shades of Salem #06834C

Tints of Salem #06834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.5%

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

R = 2.82%
G = 61.5%
B = 35.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#06834C (or 0x06834C) is known color: Salem. HEX triplet: 06, 83 and 4C. RGB value is (6,131,76). Sum of RGB (Red+Green+Blue) = 6+131+76=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #06834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06834C is #F97CB3. Grayscale: #575757. Windows color (decimal): -16350388 or 5014278. OLE color: 5014278.

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

Color convert

RGB 6 131 76 -
CMYK 0.95 0 0.42 0.49
HSL 153.6º 0.91% 0.27% -
HSV(B) 153.6º 0.95% 0.51% -
XYZ 9.5 16.79 9.58 -
YUV 87.36 121.59 69.97 -
System Red Green Blue C M Y K H S L
Decimal 6 131 76 0.95 0 0.42 0.49 153.6 0.91 0.27
Hex 6 83 4C 5F 0 2A 31 9A 5B 1B
Octal 6 203 114 137 0 52 61 232 133 33
Binary 110 10000011 1001100 1011111 0 101010 110001 10011010 1011011 11011

Color Harmonies of #06834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06834C

Black with #06834C

Text Example


Text Example

White with #06834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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