Html Css Color HEX #07694C Watercourse

📋 copy color: '#07694C'

red 7 ◦ green 105 ◦ blue 76

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

Shades of Watercourse #07694C

Tints of Watercourse #07694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

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

R = 3.72%
G = 55.85%
B = 40.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#07694C (or 0x07694C) is known color: Watercourse. HEX triplet: 07, 69 and 4C. RGB value is (7,105,76). Sum of RGB (Red+Green+Blue) = 7+105+76=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #07694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07694C is #F896B3. Grayscale: #484848. Windows color (decimal): -16291508 or 5007623. OLE color: 5007623.

HSL color Cylindrical-coordinate representation of color #07694C: hue angle of 162.24º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07694C is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 76 -
CMYK 0.93 0 0.28 0.59
HSL 162.24º 0.88% 0.22% -
HSV(B) 162.24º 0.93% 0.41% -
XYZ 6.44 10.67 8.56 -
YUV 72.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 7 105 76 0.93 0 0.28 0.59 162.24 0.88 0.22
Hex 7 69 4C 5D 0 1C 3B A2 58 16
Octal 7 151 114 135 0 34 73 242 130 26
Binary 111 1101001 1001100 1011101 0 11100 111011 10100010 1011000 10110

Color Harmonies of #07694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07694C

Black with #07694C

Text Example


Text Example

White with #07694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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