Html Css Color HEX #076675 Blue Lagoon

📋 copy color: '#076675'

red 7 ◦ green 102 ◦ blue 117

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

Shades of Blue Lagoon #076675

Tints of Blue Lagoon #076675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 3.1%
G = 45.13%
B = 51.77%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076675 (or 0x076675) is known color: Blue Lagoon. HEX triplet: 07, 66 and 75. RGB value is (7,102,117). Sum of RGB (Red+Green+Blue) = 7+102+117=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #076675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076675 is #F8998A. Grayscale: #4B4B4B. Windows color (decimal): -16292235 or 7693831. OLE color: 7693831.

HSL color Cylindrical-coordinate representation of color #076675: hue angle of 188.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076675 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 102 117 -
CMYK 0.94 0.13 0 0.54
HSL 188.18º 0.89% 0.24% -
HSV(B) 188.18º 0.94% 0.46% -
XYZ 8.05 10.83 18.5 -
YUV 75.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 7 102 117 0.94 0.13 0 0.54 188.18 0.89 0.24
Hex 7 66 75 5E D 0 36 BC 59 18
Octal 7 146 165 136 15 0 66 274 131 30
Binary 111 1100110 1110101 1011110 1101 0 110110 10111100 1011001 11000

Color Harmonies of #076675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076675

Black with #076675

Text Example


Text Example

White with #076675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076675; }

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

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

background-color css

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

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

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

border-color css

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

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

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