Html Css Color HEX #076269 Blue Lagoon

📋 copy color: '#076269'

red 7 ◦ green 98 ◦ blue 105

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

Shades of Blue Lagoon #076269

Tints of Blue Lagoon #076269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

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

R = 3.33%
G = 46.67%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#076269 (or 0x076269) is known color: Blue Lagoon. HEX triplet: 07, 62 and 69. RGB value is (7,98,105). Sum of RGB (Red+Green+Blue) = 7+98+105=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #076269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076269 is #F89D96. Grayscale: #474747. Windows color (decimal): -16293271 or 6906375. OLE color: 6906375.

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

Color convert

RGB 7 98 105 -
CMYK 0.93 0.07 0 0.59
HSL 184.29º 0.88% 0.22% -
HSV(B) 184.29º 0.93% 0.41% -
XYZ 7.01 9.8 14.89 -
YUV 71.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 7 98 105 0.93 0.07 0 0.59 184.29 0.88 0.22
Hex 7 62 69 5D 7 0 3B B8 58 16
Octal 7 142 151 135 7 0 73 270 130 26
Binary 111 1100010 1101001 1011101 111 0 111011 10111000 1011000 10110

Color Harmonies of #076269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076269

Black with #076269

Text Example


Text Example

White with #076269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076269; }

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

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

background-color css

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

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

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

border-color css

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

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

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