Html Css Color HEX #068552 Salem

📋 copy color: '#068552'

red 6 ◦ green 133 ◦ blue 82

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

Shades of Salem #068552

Tints of Salem #068552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 2.71%
G = 60.18%
B = 37.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#068552 (or 0x068552) is known color: Salem. HEX triplet: 06, 85 and 52. RGB value is (6,133,82). Sum of RGB (Red+Green+Blue) = 6+133+82=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #068552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068552 is #F97AAD. Grayscale: #595959. Windows color (decimal): -16349870 or 5408006. OLE color: 5408006.

HSL color Cylindrical-coordinate representation of color #068552: hue angle of 155.91º 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 #068552 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 82 -
CMYK 0.95 0 0.38 0.48
HSL 155.91º 0.91% 0.27% -
HSV(B) 155.91º 0.95% 0.52% -
XYZ 9.99 17.42 10.82 -
YUV 89.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 6 133 82 0.95 0 0.38 0.48 155.91 0.91 0.27
Hex 6 85 52 5F 0 26 30 9C 5B 1B
Octal 6 205 122 137 0 46 60 234 133 33
Binary 110 10000101 1010010 1011111 0 100110 110000 10011100 1011011 11011

Color Harmonies of #068552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068552

Black with #068552

Text Example


Text Example

White with #068552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068552; }

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

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

background-color css

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

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

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

border-color css

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

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

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