Html Css Color HEX #068950 Salem

📋 copy color: '#068950'

red 6 ◦ green 137 ◦ blue 80

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

Shades of Salem #068950

Tints of Salem #068950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 2.69%
G = 61.43%
B = 35.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#068950 (or 0x068950) is known color: Salem. HEX triplet: 06, 89 and 50. RGB value is (6,137,80). Sum of RGB (Red+Green+Blue) = 6+137+80=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #068950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068950 is #F976AF. Grayscale: #5B5B5B. Windows color (decimal): -16348848 or 5277958. OLE color: 5277958.

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

Color convert

RGB 6 137 80 -
CMYK 0.96 0 0.42 0.46
HSL 153.89º 0.92% 0.28% -
HSV(B) 153.89º 0.96% 0.54% -
XYZ 10.47 18.51 10.61 -
YUV 91.33 121.6 67.13 -
System Red Green Blue C M Y K H S L
Decimal 6 137 80 0.96 0 0.42 0.46 153.89 0.92 0.28
Hex 6 89 50 60 0 2A 2E 9A 5C 1C
Octal 6 211 120 140 0 52 56 232 134 34
Binary 110 10001001 1010000 1100000 0 101010 101110 10011010 1011100 11100

Color Harmonies of #068950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068950

Black with #068950

Text Example


Text Example

White with #068950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068950; }

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

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

background-color css

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

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

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

border-color css

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

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

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