Html Css Color HEX #06894B Salem

📋 copy color: '#06894B'

red 6 ◦ green 137 ◦ blue 75

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

Shades of Salem #06894B

Tints of Salem #06894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 62.84%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 2.75%
G = 62.84%
B = 34.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#06894B (or 0x06894B) is known color: Salem. HEX triplet: 06, 89 and 4B. RGB value is (6,137,75). Sum of RGB (Red+Green+Blue) = 6+137+75=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #06894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06894B is #F976B4. Grayscale: #5A5A5A. Windows color (decimal): -16348853 or 4950278. OLE color: 4950278.

HSL color Cylindrical-coordinate representation of color #06894B: hue angle of 151.6º 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 #06894B is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 75 -
CMYK 0.96 0 0.45 0.46
HSL 151.6º 0.92% 0.28% -
HSV(B) 151.6º 0.96% 0.54% -
XYZ 10.29 18.44 9.67 -
YUV 90.76 119.1 67.54 -
System Red Green Blue C M Y K H S L
Decimal 6 137 75 0.96 0 0.45 0.46 151.6 0.92 0.28
Hex 6 89 4B 60 0 2D 2E 98 5C 1C
Octal 6 211 113 140 0 55 56 230 134 34
Binary 110 10001001 1001011 1100000 0 101101 101110 10011000 1011100 11100

Color Harmonies of #06894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06894B

Black with #06894B

Text Example


Text Example

White with #06894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06894B; }

 p { color: rgb(6,137,75); }

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

background-color css

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

 a { background-color: rgb(6,137,75); }

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

border-color css

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

 span { border-color: rgb(6,137,75); }

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