#007A4F

Color #007A4F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #007A4F

Tints of Watercourse #007A4F

Color information

#007A4F (or 0x007A4F) is unknown color: approx Watercourse. HEX triplet: 00, 7A and 4F. RGB value is (0,122,79). Sum of RGB (Red+Green+Blue) = 0+122+79=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #007A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A4F is #FF85B0. Grayscale: #505050. Windows color (decimal): -16745905 or 5208576. OLE color: 5208576.

HSL color Cylindrical-coordinate representation of color #007A4F: hue angle of 158.85º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A4F is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB012279-
CMYK100.350.52
HSL158.85º100%23.92%-
HSV(B)158.85º100%47.84%-
XYZ8.3714.489.75-
YUV80.62127.0870.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=0%
G=60.70%
B=39.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012279100.350.52158.8510023.92
Hex07A4F64023349f6418
Octal01721171440436423714430
Binary0111101010011111100100010001111010010011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007A4F; }

 p { color: rgb(0,122,79); }

 H1.HeaderClassName
 {
   color: #007A4F;
 }
 .AnyTagClassName
 {
   color: #007A4F;
 }
</style>
background-color css

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

 a { background-color: rgb(0,122,79); }

 div.DivClassName
 {
   background-color: #007A4F;
 }
 .BgClassName
 {
   background-color: #007A4F;
 }
</style>
border-color css

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

 span { border-color: rgb(0,122,79); }

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