Html Css Color HEX #068A3E Salem

📋 copy color: '#068A3E'

red 6 ◦ green 138 ◦ blue 62

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

Shades of Salem #068A3E

Tints of Salem #068A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 66.99%

 BLUE value IS 62 (24.61% from 255) = 30.1%

R = 2.91%
G = 66.99%
B = 30.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#068A3E (or 0x068A3E) is known color: Salem. HEX triplet: 06, 8A and 3E. RGB value is (6,138,62). Sum of RGB (Red+Green+Blue) = 6+138+62=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #068A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A3E is #F975C1. Grayscale: #5A5A5A. Windows color (decimal): -16348610 or 4098566. OLE color: 4098566.

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

Color convert

RGB 6 138 62 -
CMYK 0.96 0 0.55 0.46
HSL 145.45º 0.92% 0.28% -
HSV(B) 145.45º 0.96% 0.54% -
XYZ 10.03 18.56 7.61 -
YUV 89.87 112.27 68.18 -
System Red Green Blue C M Y K H S L
Decimal 6 138 62 0.96 0 0.55 0.46 145.45 0.92 0.28
Hex 6 8A 3E 60 0 37 2E 91 5C 1C
Octal 6 212 76 140 0 67 56 221 134 34
Binary 110 10001010 111110 1100000 0 110111 101110 10010001 1011100 11100

Color Harmonies of #068A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068A3E

Black with #068A3E

Text Example


Text Example

White with #068A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,138,62); }

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

background-color css

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

 a { background-color: rgb(6,138,62); }

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

border-color css

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

 span { border-color: rgb(6,138,62); }

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