Html Css Color HEX #068448 Salem

📋 copy color: '#068448'

red 6 ◦ green 132 ◦ blue 72

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

Shades of Salem #068448

Tints of Salem #068448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.86%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 2.86%
G = 62.86%
B = 34.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#068448 (or 0x068448) is known color: Salem. HEX triplet: 06, 84 and 48. RGB value is (6,132,72). Sum of RGB (Red+Green+Blue) = 6+132+72=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #068448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068448 is #F97BB7. Grayscale: #575757. Windows color (decimal): -16350136 or 4752390. OLE color: 4752390.

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

Color convert

RGB 6 132 72 -
CMYK 0.95 0 0.45 0.48
HSL 151.43º 0.91% 0.27% -
HSV(B) 151.43º 0.95% 0.52% -
XYZ 9.5 17.01 8.91 -
YUV 87.49 119.26 69.88 -
System Red Green Blue C M Y K H S L
Decimal 6 132 72 0.95 0 0.45 0.48 151.43 0.91 0.27
Hex 6 84 48 5F 0 2D 30 97 5B 1B
Octal 6 204 110 137 0 55 60 227 133 33
Binary 110 10000100 1001000 1011111 0 101101 110000 10010111 1011011 11011

Color Harmonies of #068448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068448

Black with #068448

Text Example


Text Example

White with #068448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068448; }

 p { color: rgb(6,132,72); }

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

background-color css

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

 a { background-color: rgb(6,132,72); }

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

border-color css

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

 span { border-color: rgb(6,132,72); }

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