Html Css Color HEX #06714B Watercourse

📋 copy color: '#06714B'

red 6 ◦ green 113 ◦ blue 75

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

Shades of Watercourse #06714B

Tints of Watercourse #06714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.25%

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

R = 3.09%
G = 58.25%
B = 38.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#06714B (or 0x06714B) is known color: Watercourse. HEX triplet: 06, 71 and 4B. RGB value is (6,113,75). Sum of RGB (Red+Green+Blue) = 6+113+75=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #06714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06714B is #F98EB4. Grayscale: #4C4C4C. Windows color (decimal): -16354997 or 4944134. OLE color: 4944134.

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

Color convert

RGB 6 113 75 -
CMYK 0.95 0 0.34 0.56
HSL 158.69º 0.9% 0.23% -
HSV(B) 158.69º 0.95% 0.44% -
XYZ 7.25 12.36 8.66 -
YUV 76.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 6 113 75 0.95 0 0.34 0.56 158.69 0.9 0.23
Hex 6 71 4B 5F 0 22 38 9F 5A 17
Octal 6 161 113 137 0 42 70 237 132 27
Binary 110 1110001 1001011 1011111 0 100010 111000 10011111 1011010 10111

Color Harmonies of #06714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06714B

Black with #06714B

Text Example


Text Example

White with #06714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,113,75); }

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

background-color css

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

 a { background-color: rgb(6,113,75); }

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

border-color css

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

 span { border-color: rgb(6,113,75); }

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