#06967B

Color #06967B Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #06967B

Tints of Free Speech Aquamarine #06967B

Color information

#06967B (or 0x06967B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 96 and 7B. RGB value is (6,150,123). Sum of RGB (Red+Green+Blue) = 6+150+123=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #06967B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06967B is #F96984. Grayscale: #676767. Windows color (decimal): -16345477 or 8099334. OLE color: 8099334.

HSL color Cylindrical-coordinate representation of color #06967B: hue angle of 168.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06967B is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB6150123-
CMYK0.9600.180.41
HSL168.75º92.31%30.59%-
HSV(B)168.75º96%58.82%-
XYZ14.5623.2822.47-
YUV103.87138.7958.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=2.15%
G=53.76%
B=44.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61501230.9600.180.41168.7592.3130.59
Hex6967B6001229a95c1f
Octal62261731400225125113437
Binary110100101101111011110000001001010100110101001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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