Html Css Color HEX #07614A Watercourse

📋 copy color: '#07614A'

red 7 ◦ green 97 ◦ blue 74

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

Shades of Watercourse #07614A

Tints of Watercourse #07614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 3.93%
G = 54.49%
B = 41.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#07614A (or 0x07614A) is known color: Watercourse. HEX triplet: 07, 61 and 4A. RGB value is (7,97,74). Sum of RGB (Red+Green+Blue) = 7+97+74=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #07614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07614A is #F89EB5. Grayscale: #434343. Windows color (decimal): -16293558 or 4874503. OLE color: 4874503.

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

Color convert

RGB 7 97 74 -
CMYK 0.93 0 0.24 0.62
HSL 164.67º 0.87% 0.2% -
HSV(B) 164.67º 0.93% 0.38% -
XYZ 5.6 9.09 7.94 -
YUV 67.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 7 97 74 0.93 0 0.24 0.62 164.67 0.87 0.2
Hex 7 61 4A 5D 0 18 3E A5 57 14
Octal 7 141 112 135 0 30 76 245 127 24
Binary 111 1100001 1001010 1011101 0 11000 111110 10100101 1010111 10100

Color Harmonies of #07614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07614A

Black with #07614A

Text Example


Text Example

White with #07614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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