#007A52

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

Shades of Watercourse #007A52

Tints of Watercourse #007A52

Color information

#007A52 (or 0x007A52) is unknown color: approx Watercourse. HEX triplet: 00, 7A and 52. RGB value is (0,122,82). Sum of RGB (Red+Green+Blue) = 0+122+82=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #007A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A52 is #FF85AD. Grayscale: #505050. Windows color (decimal): -16745902 or 5405184. OLE color: 5405184.

HSL color Cylindrical-coordinate representation of color #007A52: hue angle of 160.33º 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 #007A52 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB012282-
CMYK100.330.52
HSL160.33º100%23.92%-
HSV(B)160.33º100%47.84%-
XYZ8.4814.5310.34-
YUV80.96128.5870.25-

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) = 59.80%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=0%
G=59.80%
B=40.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012282100.330.52160.3310023.92
Hex07A526402134a06418
Octal01721221440416424014430
Binary0111101010100101100100010000111010010100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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