Html Css Color HEX #068656 Salem

📋 copy color: '#068656'

red 6 ◦ green 134 ◦ blue 86

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

Shades of Salem #068656

Tints of Salem #068656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 2.65%
G = 59.29%
B = 38.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#068656 (or 0x068656) is known color: Salem. HEX triplet: 06, 86 and 56. RGB value is (6,134,86). Sum of RGB (Red+Green+Blue) = 6+134+86=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #068656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068656 is #F979A9. Grayscale: #5A5A5A. Windows color (decimal): -16349610 or 5670406. OLE color: 5670406.

HSL color Cylindrical-coordinate representation of color #068656: hue angle of 157.5º 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 #068656 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 86 -
CMYK 0.96 0 0.36 0.47
HSL 157.5º 0.91% 0.27% -
HSV(B) 157.5º 0.96% 0.53% -
XYZ 10.28 17.76 11.69 -
YUV 90.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 6 134 86 0.96 0 0.36 0.47 157.5 0.91 0.27
Hex 6 86 56 60 0 24 2F 9E 5B 1B
Octal 6 206 126 140 0 44 57 236 133 33
Binary 110 10000110 1010110 1100000 0 100100 101111 10011110 1011011 11011

Color Harmonies of #068656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068656

Black with #068656

Text Example


Text Example

White with #068656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068656; }

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

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

background-color css

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

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

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

border-color css

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

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

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