Html Css Color HEX #076669 Blue Lagoon

📋 copy color: '#076669'

red 7 ◦ green 102 ◦ blue 105

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

Shades of Blue Lagoon #076669

Tints of Blue Lagoon #076669

RGB

 RED value IS 7 (3.13% from 255) = 3.27%

 GREEN value IS 102 (40.23% from 255) = 47.66%

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 3.27%
G = 47.66%
B = 49.07%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#076669 (or 0x076669) is known color: Blue Lagoon. HEX triplet: 07, 66 and 69. RGB value is (7,102,105). Sum of RGB (Red+Green+Blue) = 7+102+105=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #076669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076669 is #F89996. Grayscale: #494949. Windows color (decimal): -16292247 or 6907399. OLE color: 6907399.

HSL color Cylindrical-coordinate representation of color #076669: hue angle of 181.84º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076669 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 102 105 -
CMYK 0.93 0.03 0 0.59
HSL 181.84º 0.88% 0.22% -
HSV(B) 181.84º 0.93% 0.41% -
XYZ 7.39 10.57 15.01 -
YUV 73.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 7 102 105 0.93 0.03 0 0.59 181.84 0.88 0.22
Hex 7 66 69 5D 3 0 3B B6 58 16
Octal 7 146 151 135 3 0 73 266 130 26
Binary 111 1100110 1101001 1011101 11 0 111011 10110110 1011000 10110

Color Harmonies of #076669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076669

Black with #076669

Text Example


Text Example

White with #076669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076669; }

 p { color: rgb(7,102,105); }

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

background-color css

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

 a { background-color: rgb(7,102,105); }

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

border-color css

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

 span { border-color: rgb(7,102,105); }

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