Html Css Color HEX #068241 Salem

📋 copy color: '#068241'

red 6 ◦ green 130 ◦ blue 65

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

Shades of Salem #068241

Tints of Salem #068241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.68%

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

R = 2.99%
G = 64.68%
B = 32.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#068241 (or 0x068241) is known color: Salem. HEX triplet: 06, 82 and 41. RGB value is (6,130,65). Sum of RGB (Red+Green+Blue) = 6+130+65=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #068241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068241 is #F97DBE. Grayscale: #555555. Windows color (decimal): -16350655 or 4293126. OLE color: 4293126.

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

Color convert

RGB 6 130 65 -
CMYK 0.95 0 0.50 0.49
HSL 148.55º 0.91% 0.27% -
HSV(B) 148.55º 0.95% 0.51% -
XYZ 9.01 16.39 7.69 -
YUV 85.51 116.42 71.29 -
System Red Green Blue C M Y K H S L
Decimal 6 130 65 0.95 0 0.50 0.49 148.55 0.91 0.27
Hex 6 82 41 5F 0 32 31 95 5B 1B
Octal 6 202 101 137 0 62 61 225 133 33
Binary 110 10000010 1000001 1011111 0 110010 110001 10010101 1011011 11011

Color Harmonies of #068241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068241

Black with #068241

Text Example


Text Example

White with #068241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068241; }

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

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

background-color css

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

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

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

border-color css

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

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

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