Html Css Color HEX #076145 Watercourse

📋 copy color: '#076145'

red 7 ◦ green 97 ◦ blue 69

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

Shades of Watercourse #076145

Tints of Watercourse #076145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 4.05%
G = 56.07%
B = 39.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#076145 (or 0x076145) is known color: Watercourse. HEX triplet: 07, 61 and 45. RGB value is (7,97,69). Sum of RGB (Red+Green+Blue) = 7+97+69=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #076145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076145 is #F89EBA. Grayscale: #424242. Windows color (decimal): -16293563 or 4546823. OLE color: 4546823.

HSL color Cylindrical-coordinate representation of color #076145: hue angle of 161.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076145 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 69 -
CMYK 0.93 0 0.29 0.62
HSL 161.33º 0.87% 0.2% -
HSV(B) 161.33º 0.93% 0.38% -
XYZ 5.44 9.02 7.09 -
YUV 66.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 7 97 69 0.93 0 0.29 0.62 161.33 0.87 0.2
Hex 7 61 45 5D 0 1D 3E A1 57 14
Octal 7 141 105 135 0 35 76 241 127 24
Binary 111 1100001 1000101 1011101 0 11101 111110 10100001 1010111 10100

Color Harmonies of #076145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076145

Black with #076145

Text Example


Text Example

White with #076145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076145; }

 p { color: rgb(7,97,69); }

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

background-color css

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

 a { background-color: rgb(7,97,69); }

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

border-color css

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

 span { border-color: rgb(7,97,69); }

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