Html Css Color HEX #068554 Salem

📋 copy color: '#068554'

red 6 ◦ green 133 ◦ blue 84

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

Shades of Salem #068554

Tints of Salem #068554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.64%

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

R = 2.69%
G = 59.64%
B = 37.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#068554 (or 0x068554) is known color: Salem. HEX triplet: 06, 85 and 54. RGB value is (6,133,84). Sum of RGB (Red+Green+Blue) = 6+133+84=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #068554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068554 is #F97AAB. Grayscale: #595959. Windows color (decimal): -16349868 or 5539078. OLE color: 5539078.

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

Color convert

RGB 6 133 84 -
CMYK 0.95 0 0.37 0.48
HSL 156.85º 0.91% 0.27% -
HSV(B) 156.85º 0.95% 0.52% -
XYZ 10.06 17.45 11.23 -
YUV 89.44 124.92 68.48 -
System Red Green Blue C M Y K H S L
Decimal 6 133 84 0.95 0 0.37 0.48 156.85 0.91 0.27
Hex 6 85 54 5F 0 25 30 9D 5B 1B
Octal 6 205 124 137 0 45 60 235 133 33
Binary 110 10000101 1010100 1011111 0 100101 110000 10011101 1011011 11011

Color Harmonies of #068554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068554

Black with #068554

Text Example


Text Example

White with #068554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068554; }

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

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

background-color css

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

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

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

border-color css

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

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

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