Html Css Color HEX #07614C Watercourse

📋 copy color: '#07614C'

red 7 ◦ green 97 ◦ blue 76

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

Shades of Watercourse #07614C

Tints of Watercourse #07614C

RGB

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

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

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

R = 3.89%
G = 53.89%
B = 42.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#07614C (or 0x07614C) is known color: Watercourse. HEX triplet: 07, 61 and 4C. RGB value is (7,97,76). Sum of RGB (Red+Green+Blue) = 7+97+76=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #07614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07614C is #F89EB3. Grayscale: #434343. Windows color (decimal): -16293556 or 5005575. OLE color: 5005575.

HSL color Cylindrical-coordinate representation of color #07614C: hue angle of 166º 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 #07614C is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 76 -
CMYK 0.93 0 0.22 0.62
HSL 166º 0.87% 0.2% -
HSV(B) 166º 0.93% 0.38% -
XYZ 5.67 9.12 8.3 -
YUV 67.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 7 97 76 0.93 0 0.22 0.62 166 0.87 0.2
Hex 7 61 4C 5D 0 16 3E A6 57 14
Octal 7 141 114 135 0 26 76 246 127 24
Binary 111 1100001 1001100 1011101 0 10110 111110 10100110 1010111 10100

Color Harmonies of #07614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07614C

Black with #07614C

Text Example


Text Example

White with #07614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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