Html Css Color HEX #068954 Salem

📋 copy color: '#068954'

red 6 ◦ green 137 ◦ blue 84

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

Shades of Salem #068954

Tints of Salem #068954

RGB

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

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

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

R = 2.64%
G = 60.35%
B = 37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#068954 (or 0x068954) is known color: Salem. HEX triplet: 06, 89 and 54. RGB value is (6,137,84). Sum of RGB (Red+Green+Blue) = 6+137+84=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #068954 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068954 is #F976AB. Grayscale: #5B5B5B. Windows color (decimal): -16348844 or 5540102. OLE color: 5540102.

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

Color convert

RGB 6 137 84 -
CMYK 0.96 0 0.39 0.46
HSL 155.73º 0.92% 0.28% -
HSV(B) 155.73º 0.96% 0.54% -
XYZ 10.62 18.57 11.41 -
YUV 91.79 123.6 66.81 -
System Red Green Blue C M Y K H S L
Decimal 6 137 84 0.96 0 0.39 0.46 155.73 0.92 0.28
Hex 6 89 54 60 0 27 2E 9C 5C 1C
Octal 6 211 124 140 0 47 56 234 134 34
Binary 110 10001001 1010100 1100000 0 100111 101110 10011100 1011100 11100

Color Harmonies of #068954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068954

Black with #068954

Text Example


Text Example

White with #068954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068954; }

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

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

background-color css

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

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

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

border-color css

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

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

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