Html Css Color HEX #07744B Watercourse

📋 copy color: '#07744B'

red 7 ◦ green 116 ◦ blue 75

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

Shades of Watercourse #07744B

Tints of Watercourse #07744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.59%

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

R = 3.54%
G = 58.59%
B = 37.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#07744B (or 0x07744B) is known color: Watercourse. HEX triplet: 07, 74 and 4B. RGB value is (7,116,75). Sum of RGB (Red+Green+Blue) = 7+116+75=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #07744B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07744B is #F88BB4. Grayscale: #4E4E4E. Windows color (decimal): -16288693 or 4944903. OLE color: 4944903.

HSL color Cylindrical-coordinate representation of color #07744B: hue angle of 157.43º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07744B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 75 -
CMYK 0.94 0 0.35 0.55
HSL 157.43º 0.89% 0.24% -
HSV(B) 157.43º 0.94% 0.45% -
XYZ 7.6 13.04 8.77 -
YUV 78.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 7 116 75 0.94 0 0.35 0.55 157.43 0.89 0.24
Hex 7 74 4B 5E 0 23 37 9D 59 18
Octal 7 164 113 136 0 43 67 235 131 30
Binary 111 1110100 1001011 1011110 0 100011 110111 10011101 1011001 11000

Color Harmonies of #07744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07744B

Black with #07744B

Text Example


Text Example

White with #07744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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