Html Css Color HEX #06744F Watercourse

📋 copy color: '#06744F'

red 6 ◦ green 116 ◦ blue 79

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

Shades of Watercourse #06744F

Tints of Watercourse #06744F

RGB

 RED value IS 6 (2.73% from 255) = 2.99%

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 2.99%
G = 57.71%
B = 39.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#06744F (or 0x06744F) is known color: Watercourse. HEX triplet: 06, 74 and 4F. RGB value is (6,116,79). Sum of RGB (Red+Green+Blue) = 6+116+79=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #06744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06744F is #F98BB0. Grayscale: #4E4E4E. Windows color (decimal): -16354225 or 5207046. OLE color: 5207046.

HSL color Cylindrical-coordinate representation of color #06744F: hue angle of 159.82º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06744F is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 79 -
CMYK 0.95 0 0.32 0.55
HSL 159.82º 0.9% 0.24% -
HSV(B) 159.82º 0.95% 0.45% -
XYZ 7.73 13.09 9.52 -
YUV 78.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 6 116 79 0.95 0 0.32 0.55 159.82 0.9 0.24
Hex 6 74 4F 5F 0 20 37 A0 5A 18
Octal 6 164 117 137 0 40 67 240 132 30
Binary 110 1110100 1001111 1011111 0 100000 110111 10100000 1011010 11000

Color Harmonies of #06744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06744F

Black with #06744F

Text Example


Text Example

White with #06744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06744F; }

 p { color: rgb(6,116,79); }

 H1.HeaderClassName
 {
   color: #06744F;
 }
 .AnyTagClassName
 {
   color: #06744F;
 }
</style>

background-color css

<style>
 a { background-color: #06744F; }

 a { background-color: rgb(6,116,79); }

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

border-color css

<style>
 span { border-color: #06744F; }

 span { border-color: rgb(6,116,79); }

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