#067B4B

Color #067B4B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #067B4B

Tints of Salem #067B4B

Color information

#067B4B (or 0x067B4B) is unknown color: approx Salem. HEX triplet: 06, 7B and 4B. RGB value is (6,123,75). Sum of RGB (Red+Green+Blue) = 6+123+75=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #067B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067B4B is #F984B4. Grayscale: #525252. Windows color (decimal): -16352437 or 4946694. OLE color: 4946694.

HSL color Cylindrical-coordinate representation of color #067B4B: hue angle of 155.38º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B4B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB612375-
CMYK0.9500.390.52
HSL155.38º90.7%25.29%-
HSV(B)155.38º95.12%48.24%-
XYZ8.4314.719.05-
YUV82.54123.7473.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 123 (48.44% from 255) = 60.29%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=2.94%
G=60.29%
B=36.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6123750.9500.390.52155.3890.725.29
Hex67B4B5F027349b5b19
Octal61731131370476423313331
Binary110111101110010111011111010011111010010011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067B4B; }

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

 H1.HeaderClassName
 {
   color: #067B4B;
 }
 .AnyTagClassName
 {
   color: #067B4B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #067B4B;
 }
 .BgClassName
 {
   background-color: #067B4B;
 }
</style>
border-color css

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

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

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