Html Css Color HEX #06754C Watercourse

📋 copy color: '#06754C'

red 6 ◦ green 117 ◦ blue 76

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

Shades of Watercourse #06754C

Tints of Watercourse #06754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

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

R = 3.02%
G = 58.79%
B = 38.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#06754C (or 0x06754C) is known color: Watercourse. HEX triplet: 06, 75 and 4C. RGB value is (6,117,76). Sum of RGB (Red+Green+Blue) = 6+117+76=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #06754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06754C is #F98AB3. Grayscale: #4F4F4F. Windows color (decimal): -16353972 or 5010694. OLE color: 5010694.

HSL color Cylindrical-coordinate representation of color #06754C: hue angle of 157.84º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06754C is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 76 -
CMYK 0.95 0 0.35 0.54
HSL 157.84º 0.9% 0.24% -
HSV(B) 157.84º 0.95% 0.46% -
XYZ 7.74 13.28 8.99 -
YUV 79.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 6 117 76 0.95 0 0.35 0.54 157.84 0.9 0.24
Hex 6 75 4C 5F 0 23 36 9E 5A 18
Octal 6 165 114 137 0 43 66 236 132 30
Binary 110 1110101 1001100 1011111 0 100011 110110 10011110 1011010 11000

Color Harmonies of #06754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06754C

Black with #06754C

Text Example


Text Example

White with #06754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,117,76); }

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

background-color css

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

 a { background-color: rgb(6,117,76); }

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

border-color css

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

 span { border-color: rgb(6,117,76); }

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