Html Css Color HEX #076B65 Blue Stone

📋 copy color: '#076B65'

red 7 ◦ green 107 ◦ blue 101

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

Shades of Blue Stone #076B65

Tints of Blue Stone #076B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.77%

 BLUE value IS 101 (39.84% from 255) = 46.98%

R = 3.26%
G = 49.77%
B = 46.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#076B65 (or 0x076B65) is known color: Blue Stone. HEX triplet: 07, 6B and 65. RGB value is (7,107,101). Sum of RGB (Red+Green+Blue) = 7+107+101=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #076B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B65 is #F8949A. Grayscale: #4C4C4C. Windows color (decimal): -16290971 or 6646535. OLE color: 6646535.

HSL color Cylindrical-coordinate representation of color #076B65: hue angle of 176.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B65 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 101 -
CMYK 0.93 0 0.06 0.58
HSL 176.4º 0.88% 0.22% -
HSV(B) 176.4º 0.93% 0.42% -
XYZ 7.69 11.5 14.13 -
YUV 76.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 7 107 101 0.93 0 0.06 0.58 176.4 0.88 0.22
Hex 7 6B 65 5D 0 6 3A B0 58 16
Octal 7 153 145 135 0 6 72 260 130 26
Binary 111 1101011 1100101 1011101 0 110 111010 10110000 1011000 10110

Color Harmonies of #076B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B65

Black with #076B65

Text Example


Text Example

White with #076B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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