Html Css Color HEX #068B4A Salem

📋 copy color: '#068B4A'

red 6 ◦ green 139 ◦ blue 74

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

Shades of Salem #068B4A

Tints of Salem #068B4A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 63.47%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 2.74%
G = 63.47%
B = 33.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#068B4A (or 0x068B4A) is known color: Salem. HEX triplet: 06, 8B and 4A. RGB value is (6,139,74). Sum of RGB (Red+Green+Blue) = 6+139+74=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #068B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068B4A is #F974B5. Grayscale: #5B5B5B. Windows color (decimal): -16348342 or 4885254. OLE color: 4885254.

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

Color convert

RGB 6 139 74 -
CMYK 0.96 0 0.47 0.45
HSL 150.68º 0.92% 0.28% -
HSV(B) 150.68º 0.96% 0.55% -
XYZ 10.54 19 9.59 -
YUV 91.82 117.94 66.79 -
System Red Green Blue C M Y K H S L
Decimal 6 139 74 0.96 0 0.47 0.45 150.68 0.92 0.28
Hex 6 8B 4A 60 0 2F 2D 97 5C 1C
Octal 6 213 112 140 0 57 55 227 134 34
Binary 110 10001011 1001010 1100000 0 101111 101101 10010111 1011100 11100

Color Harmonies of #068B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B4A

Black with #068B4A

Text Example


Text Example

White with #068B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,74); }

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

background-color css

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

 a { background-color: rgb(6,139,74); }

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

border-color css

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

 span { border-color: rgb(6,139,74); }

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