Html Css Color HEX #076567 Blue Lagoon

📋 copy color: '#076567'

red 7 ◦ green 101 ◦ blue 103

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

Shades of Blue Lagoon #076567

Tints of Blue Lagoon #076567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.87%

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 3.32%
G = 47.87%
B = 48.82%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#076567 (or 0x076567) is known color: Blue Lagoon. HEX triplet: 07, 65 and 67. RGB value is (7,101,103). Sum of RGB (Red+Green+Blue) = 7+101+103=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #076567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076567 is #F89A98. Grayscale: #494949. Windows color (decimal): -16292505 or 6776071. OLE color: 6776071.

HSL color Cylindrical-coordinate representation of color #076567: hue angle of 181.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076567 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 101 103 -
CMYK 0.93 0.02 0 0.60
HSL 181.25º 0.87% 0.22% -
HSV(B) 181.25º 0.93% 0.4% -
XYZ 7.19 10.33 14.45 -
YUV 73.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 7 101 103 0.93 0.02 0 0.60 181.25 0.87 0.22
Hex 7 65 67 5D 2 0 3C B5 57 16
Octal 7 145 147 135 2 0 74 265 127 26
Binary 111 1100101 1100111 1011101 10 0 111100 10110101 1010111 10110

Color Harmonies of #076567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076567

Black with #076567

Text Example


Text Example

White with #076567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076567; }

 p { color: rgb(7,101,103); }

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

background-color css

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

 a { background-color: rgb(7,101,103); }

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

border-color css

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

 span { border-color: rgb(7,101,103); }

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