Html Css Color HEX #006245 Watercourse

📋 copy color: '#006245'

red 0 ◦ green 98 ◦ blue 69

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

Shades of Watercourse #006245

Tints of Watercourse #006245

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 58.68%

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 0%
G = 58.68%
B = 41.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#006245 (or 0x006245) is known color: Watercourse. HEX triplet: 00, 62 and 45. RGB value is (0,98,69). Sum of RGB (Red+Green+Blue) = 0+98+69=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #006245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006245 is #FF9DBA. Grayscale: #414141. Windows color (decimal): -16752059 or 4547072. OLE color: 4547072.

HSL color Cylindrical-coordinate representation of color #006245: hue angle of 162.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006245 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 69 -
CMYK 1 0 0.30 0.62
HSL 162.24º 1% 0.19% -
HSV(B) 162.24º 1% 0.38% -
XYZ 5.44 9.17 7.11 -
YUV 65.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 0 98 69 1 0 0.30 0.62 162.24 1 0.19
Hex 0 62 45 64 0 1E 3E A2 64 13
Octal 0 142 105 144 0 36 76 242 144 23
Binary 0 1100010 1000101 1100100 0 11110 111110 10100010 1100100 10011

Color Harmonies of #006245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006245

Black with #006245

Text Example


Text Example

White with #006245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006245; }

 p { color: rgb(0,98,69); }

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

background-color css

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

 a { background-color: rgb(0,98,69); }

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

border-color css

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

 span { border-color: rgb(0,98,69); }

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