Html Css Color HEX #076B4C Watercourse

📋 copy color: '#076B4C'

red 7 ◦ green 107 ◦ blue 76

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

Shades of Watercourse #076B4C

Tints of Watercourse #076B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 3.68%
G = 56.32%
B = 40%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#076B4C (or 0x076B4C) is known color: Watercourse. HEX triplet: 07, 6B and 4C. RGB value is (7,107,76). Sum of RGB (Red+Green+Blue) = 7+107+76=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #076B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B4C is #F894B3. Grayscale: #494949. Windows color (decimal): -16290996 or 5008135. OLE color: 5008135.

HSL color Cylindrical-coordinate representation of color #076B4C: hue angle of 161.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 #076B4C is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 76 -
CMYK 0.93 0 0.29 0.58
HSL 161.4º 0.88% 0.22% -
HSV(B) 161.4º 0.93% 0.42% -
XYZ 6.65 11.08 8.63 -
YUV 73.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 7 107 76 0.93 0 0.29 0.58 161.4 0.88 0.22
Hex 7 6B 4C 5D 0 1D 3A A1 58 16
Octal 7 153 114 135 0 35 72 241 130 26
Binary 111 1101011 1001100 1011101 0 11101 111010 10100001 1011000 10110

Color Harmonies of #076B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B4C

Black with #076B4C

Text Example


Text Example

White with #076B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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