Html Css Color HEX #068441 Salem

📋 copy color: '#068441'

red 6 ◦ green 132 ◦ blue 65

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

Shades of Salem #068441

Tints of Salem #068441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 2.96%
G = 65.02%
B = 32.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#068441 (or 0x068441) is known color: Salem. HEX triplet: 06, 84 and 41. RGB value is (6,132,65). Sum of RGB (Red+Green+Blue) = 6+132+65=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #068441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068441 is #F97BBE. Grayscale: #565656. Windows color (decimal): -16350143 or 4293638. OLE color: 4293638.

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

Color convert

RGB 6 132 65 -
CMYK 0.95 0 0.51 0.48
HSL 148.1º 0.91% 0.27% -
HSV(B) 148.1º 0.95% 0.52% -
XYZ 9.28 16.92 7.78 -
YUV 86.69 115.76 70.45 -
System Red Green Blue C M Y K H S L
Decimal 6 132 65 0.95 0 0.51 0.48 148.1 0.91 0.27
Hex 6 84 41 5F 0 33 30 94 5B 1B
Octal 6 204 101 137 0 63 60 224 133 33
Binary 110 10000100 1000001 1011111 0 110011 110000 10010100 1011011 11011

Color Harmonies of #068441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068441

Black with #068441

Text Example


Text Example

White with #068441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068441; }

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

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

background-color css

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

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

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

border-color css

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

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

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