Html Css Color HEX #07704B Watercourse

📋 copy color: '#07704B'

red 7 ◦ green 112 ◦ blue 75

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

Shades of Watercourse #07704B

Tints of Watercourse #07704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.73%

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

R = 3.61%
G = 57.73%
B = 38.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#07704B (or 0x07704B) is known color: Watercourse. HEX triplet: 07, 70 and 4B. RGB value is (7,112,75). Sum of RGB (Red+Green+Blue) = 7+112+75=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #07704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07704B is #F88FB4. Grayscale: #4C4C4C. Windows color (decimal): -16289717 or 4943879. OLE color: 4943879.

HSL color Cylindrical-coordinate representation of color #07704B: hue angle of 158.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07704B is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 75 -
CMYK 0.94 0 0.33 0.56
HSL 158.86º 0.88% 0.23% -
HSV(B) 158.86º 0.94% 0.44% -
XYZ 7.15 12.14 8.62 -
YUV 76.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 7 112 75 0.94 0 0.33 0.56 158.86 0.88 0.23
Hex 7 70 4B 5E 0 21 38 9F 58 17
Octal 7 160 113 136 0 41 70 237 130 27
Binary 111 1110000 1001011 1011110 0 100001 111000 10011111 1011000 10111

Color Harmonies of #07704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07704B

Black with #07704B

Text Example


Text Example

White with #07704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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