Html Css Color HEX #076469 Blue Lagoon

📋 copy color: '#076469'

red 7 ◦ green 100 ◦ blue 105

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

Shades of Blue Lagoon #076469

Tints of Blue Lagoon #076469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.17%

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

R = 3.3%
G = 47.17%
B = 49.53%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#076469 (or 0x076469) is known color: Blue Lagoon. HEX triplet: 07, 64 and 69. RGB value is (7,100,105). Sum of RGB (Red+Green+Blue) = 7+100+105=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #076469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076469 is #F89B96. Grayscale: #484848. Windows color (decimal): -16292759 or 6906887. OLE color: 6906887.

HSL color Cylindrical-coordinate representation of color #076469: hue angle of 183.06º 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 #076469 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 100 105 -
CMYK 0.93 0.05 0 0.59
HSL 183.06º 0.88% 0.22% -
HSV(B) 183.06º 0.93% 0.41% -
XYZ 7.19 10.18 14.95 -
YUV 72.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 7 100 105 0.93 0.05 0 0.59 183.06 0.88 0.22
Hex 7 64 69 5D 5 0 3B B7 58 16
Octal 7 144 151 135 5 0 73 267 130 26
Binary 111 1100100 1101001 1011101 101 0 111011 10110111 1011000 10110

Color Harmonies of #076469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076469

Black with #076469

Text Example


Text Example

White with #076469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076469; }

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

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

background-color css

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

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

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

border-color css

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

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

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