Html Css Color HEX #09676F Blue Lagoon

📋 copy color: '#09676F'

red 9 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #09676F

Tints of Blue Lagoon #09676F

RGB

 RED value IS 9 (3.91% from 255) = 4.04%

 GREEN value IS 103 (40.63% from 255) = 46.19%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 4.04%
G = 46.19%
B = 49.78%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09676F (or 0x09676F) is known color: Blue Lagoon. HEX triplet: 09, 67 and 6F. RGB value is (9,103,111). Sum of RGB (Red+Green+Blue) = 9+103+111=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #09676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09676F is #F69890. Grayscale: #4B4B4B. Windows color (decimal): -16160913 or 7300873. OLE color: 7300873.

HSL color Cylindrical-coordinate representation of color #09676F: hue angle of 184.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09676F is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 103 111 -
CMYK 0.92 0.07 0 0.56
HSL 184.71º 0.85% 0.24% -
HSV(B) 184.71º 0.92% 0.44% -
XYZ 7.83 10.91 16.73 -
YUV 75.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 9 103 111 0.92 0.07 0 0.56 184.71 0.85 0.24
Hex 9 67 6F 5C 7 0 38 B9 55 18
Octal 11 147 157 134 7 0 70 271 125 30
Binary 1001 1100111 1101111 1011100 111 0 111000 10111001 1010101 11000

Color Harmonies of #09676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09676F

Black with #09676F

Text Example


Text Example

White with #09676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09676F; }

 p { color: rgb(9,103,111); }

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

background-color css

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

 a { background-color: rgb(9,103,111); }

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

border-color css

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

 span { border-color: rgb(9,103,111); }

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