Html Css Color HEX #07614B Watercourse

📋 copy color: '#07614B'

red 7 ◦ green 97 ◦ blue 75

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

Shades of Watercourse #07614B

Tints of Watercourse #07614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 3.91%
G = 54.19%
B = 41.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#07614B (or 0x07614B) is known color: Watercourse. HEX triplet: 07, 61 and 4B. RGB value is (7,97,75). Sum of RGB (Red+Green+Blue) = 7+97+75=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #07614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07614B is #F89EB4. Grayscale: #434343. Windows color (decimal): -16293557 or 4940039. OLE color: 4940039.

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

Color convert

RGB 7 97 75 -
CMYK 0.93 0 0.23 0.62
HSL 165.33º 0.87% 0.2% -
HSV(B) 165.33º 0.93% 0.38% -
XYZ 5.63 9.1 8.12 -
YUV 67.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 7 97 75 0.93 0 0.23 0.62 165.33 0.87 0.2
Hex 7 61 4B 5D 0 17 3E A5 57 14
Octal 7 141 113 135 0 27 76 245 127 24
Binary 111 1100001 1001011 1011101 0 10111 111110 10100101 1010111 10100

Color Harmonies of #07614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07614B

Black with #07614B

Text Example


Text Example

White with #07614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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