Html Css Color HEX #076045 Watercourse

📋 copy color: '#076045'

red 7 ◦ green 96 ◦ blue 69

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

Shades of Watercourse #076045

Tints of Watercourse #076045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.81%

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

R = 4.07%
G = 55.81%
B = 40.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#076045 (or 0x076045) is known color: Watercourse. HEX triplet: 07, 60 and 45. RGB value is (7,96,69). Sum of RGB (Red+Green+Blue) = 7+96+69=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #076045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076045 is #F89FBA. Grayscale: #424242. Windows color (decimal): -16293819 or 4546567. OLE color: 4546567.

HSL color Cylindrical-coordinate representation of color #076045: hue angle of 161.8º degrees, saturation: 0.86, 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 #076045 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 69 -
CMYK 0.93 0 0.28 0.62
HSL 161.8º 0.86% 0.2% -
HSV(B) 161.8º 0.93% 0.38% -
XYZ 5.34 8.84 7.05 -
YUV 66.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 7 96 69 0.93 0 0.28 0.62 161.8 0.86 0.2
Hex 7 60 45 5D 0 1C 3E A2 56 14
Octal 7 140 105 135 0 34 76 242 126 24
Binary 111 1100000 1000101 1011101 0 11100 111110 10100010 1010110 10100

Color Harmonies of #076045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076045

Black with #076045

Text Example


Text Example

White with #076045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076045; }

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

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

background-color css

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

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

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

border-color css

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

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

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