Html Css Color HEX #067781 Teal

📋 copy color: '#067781'

red 6 ◦ green 119 ◦ blue 129

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

Shades of Teal #067781

Tints of Teal #067781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

 BLUE value IS 129 (50.78% from 255) = 50.79%

R = 2.36%
G = 46.85%
B = 50.79%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067781 (or 0x067781) is known color: Teal. HEX triplet: 06, 77 and 81. RGB value is (6,119,129). Sum of RGB (Red+Green+Blue) = 6+119+129=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #067781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067781 is #F9887E. Grayscale: #565656. Windows color (decimal): -16353407 or 8484614. OLE color: 8484614.

HSL color Cylindrical-coordinate representation of color #067781: hue angle of 184.88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067781 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 119 129 -
CMYK 0.95 0.08 0 0.49
HSL 184.88º 0.91% 0.26% -
HSV(B) 184.88º 0.95% 0.51% -
XYZ 10.63 14.82 23.07 -
YUV 86.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 6 119 129 0.95 0.08 0 0.49 184.88 0.91 0.26
Hex 6 77 81 5F 8 0 31 B9 5B 1A
Octal 6 167 201 137 10 0 61 271 133 32
Binary 110 1110111 10000001 1011111 1000 0 110001 10111001 1011011 11010

Color Harmonies of #067781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067781

Black with #067781

Text Example


Text Example

White with #067781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067781; }

 p { color: rgb(6,119,129); }

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

background-color css

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

 a { background-color: rgb(6,119,129); }

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

border-color css

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

 span { border-color: rgb(6,119,129); }

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