Html Css Color HEX #068D36 Salem

📋 copy color: '#068D36'

red 6 ◦ green 141 ◦ blue 54

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

Shades of Salem #068D36

Tints of Salem #068D36

RGB

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

 GREEN value IS 141 (55.47% from 255) = 70.15%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 2.99%
G = 70.15%
B = 26.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#068D36 (or 0x068D36) is known color: Salem. HEX triplet: 06, 8D and 36. RGB value is (6,141,54). Sum of RGB (Red+Green+Blue) = 6+141+54=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #068D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D36 is #F972C9. Grayscale: #5A5A5A. Windows color (decimal): -16347850 or 3575046. OLE color: 3575046.

HSL color Cylindrical-coordinate representation of color #068D36: hue angle of 141.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D36 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 141 54 -
CMYK 0.96 0 0.62 0.45
HSL 141.33º 0.92% 0.29% -
HSV(B) 141.33º 0.96% 0.55% -
XYZ 10.27 19.35 6.68 -
YUV 90.72 107.27 67.57 -
System Red Green Blue C M Y K H S L
Decimal 6 141 54 0.96 0 0.62 0.45 141.33 0.92 0.29
Hex 6 8D 36 60 0 3E 2D 8D 5C 1D
Octal 6 215 66 140 0 76 55 215 134 35
Binary 110 10001101 110110 1100000 0 111110 101101 10001101 1011100 11101

Color Harmonies of #068D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D36

Black with #068D36

Text Example


Text Example

White with #068D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068D36; }

 p { color: rgb(6,141,54); }

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

background-color css

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

 a { background-color: rgb(6,141,54); }

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

border-color css

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

 span { border-color: rgb(6,141,54); }

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