Html Css Color HEX #068955 Salem

📋 copy color: '#068955'

red 6 ◦ green 137 ◦ blue 85

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

Shades of Salem #068955

Tints of Salem #068955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.09%

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 2.63%
G = 60.09%
B = 37.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#068955 (or 0x068955) is known color: Salem. HEX triplet: 06, 89 and 55. RGB value is (6,137,85). Sum of RGB (Red+Green+Blue) = 6+137+85=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #068955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068955 is #F976AA. Grayscale: #5B5B5B. Windows color (decimal): -16348843 or 5605638. OLE color: 5605638.

HSL color Cylindrical-coordinate representation of color #068955: hue angle of 156.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068955 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 85 -
CMYK 0.96 0 0.38 0.46
HSL 156.18º 0.92% 0.28% -
HSV(B) 156.18º 0.96% 0.54% -
XYZ 10.66 18.59 11.62 -
YUV 91.9 124.1 66.73 -
System Red Green Blue C M Y K H S L
Decimal 6 137 85 0.96 0 0.38 0.46 156.18 0.92 0.28
Hex 6 89 55 60 0 26 2E 9C 5C 1C
Octal 6 211 125 140 0 46 56 234 134 34
Binary 110 10001001 1010101 1100000 0 100110 101110 10011100 1011100 11100

Color Harmonies of #068955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068955

Black with #068955

Text Example


Text Example

White with #068955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068955; }

 p { color: rgb(6,137,85); }

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

background-color css

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

 a { background-color: rgb(6,137,85); }

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

border-color css

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

 span { border-color: rgb(6,137,85); }

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