Html Css Color HEX #068243 Salem

📋 copy color: '#068243'

red 6 ◦ green 130 ◦ blue 67

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

Shades of Salem #068243

Tints of Salem #068243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33%

R = 2.96%
G = 64.04%
B = 33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#068243 (or 0x068243) is known color: Salem. HEX triplet: 06, 82 and 43. RGB value is (6,130,67). Sum of RGB (Red+Green+Blue) = 6+130+67=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #068243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068243 is #F97DBC. Grayscale: #555555. Windows color (decimal): -16350653 or 4424198. OLE color: 4424198.

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

Color convert

RGB 6 130 67 -
CMYK 0.95 0 0.48 0.49
HSL 149.52º 0.91% 0.27% -
HSV(B) 149.52º 0.95% 0.51% -
XYZ 9.07 16.41 8 -
YUV 85.74 117.42 71.12 -
System Red Green Blue C M Y K H S L
Decimal 6 130 67 0.95 0 0.48 0.49 149.52 0.91 0.27
Hex 6 82 43 5F 0 30 31 96 5B 1B
Octal 6 202 103 137 0 60 61 226 133 33
Binary 110 10000010 1000011 1011111 0 110000 110001 10010110 1011011 11011

Color Harmonies of #068243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068243

Black with #068243

Text Example


Text Example

White with #068243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068243; }

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

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

background-color css

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

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

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

border-color css

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

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

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