Html Css Color HEX #068654 Salem

📋 copy color: '#068654'

red 6 ◦ green 134 ◦ blue 84

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

Shades of Salem #068654

Tints of Salem #068654

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.82%

 BLUE value IS 84 (33.2% from 255) = 37.5%

R = 2.68%
G = 59.82%
B = 37.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#068654 (or 0x068654) is known color: Salem. HEX triplet: 06, 86 and 54. RGB value is (6,134,84). Sum of RGB (Red+Green+Blue) = 6+134+84=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #068654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068654 is #F979AB. Grayscale: #5A5A5A. Windows color (decimal): -16349612 or 5539334. OLE color: 5539334.

HSL color Cylindrical-coordinate representation of color #068654: hue angle of 156.56º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068654 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 84 -
CMYK 0.96 0 0.37 0.47
HSL 156.56º 0.91% 0.27% -
HSV(B) 156.56º 0.96% 0.53% -
XYZ 10.2 17.73 11.27 -
YUV 90.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 6 134 84 0.96 0 0.37 0.47 156.56 0.91 0.27
Hex 6 86 54 60 0 25 2F 9D 5B 1B
Octal 6 206 124 140 0 45 57 235 133 33
Binary 110 10000110 1010100 1100000 0 100101 101111 10011101 1011011 11011

Color Harmonies of #068654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068654

Black with #068654

Text Example


Text Example

White with #068654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068654; }

 p { color: rgb(6,134,84); }

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

background-color css

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

 a { background-color: rgb(6,134,84); }

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

border-color css

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

 span { border-color: rgb(6,134,84); }

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