Html Css Color HEX #007A4B Watercourse

📋 copy color: '#007A4B'

red 0 ◦ green 122 ◦ blue 75

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

Shades of Watercourse #007A4B

Tints of Watercourse #007A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.93%

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

R = 0%
G = 61.93%
B = 38.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#007A4B (or 0x007A4B) is known color: Watercourse. HEX triplet: 00, 7A and 4B. RGB value is (0,122,75). Sum of RGB (Red+Green+Blue) = 0+122+75=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #007A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007A4B is #FF85B4. Grayscale: #505050. Windows color (decimal): -16745909 or 4946432. OLE color: 4946432.

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

Color convert

RGB 0 122 75 -
CMYK 1 0 0.39 0.52
HSL 156.89º 1% 0.24% -
HSV(B) 156.89º 1% 0.48% -
XYZ 8.23 14.43 9.01 -
YUV 80.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 0 122 75 1 0 0.39 0.52 156.89 1 0.24
Hex 0 7A 4B 64 0 27 34 9D 64 18
Octal 0 172 113 144 0 47 64 235 144 30
Binary 0 1111010 1001011 1100100 0 100111 110100 10011101 1100100 11000

Color Harmonies of #007A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A4B

Black with #007A4B

Text Example


Text Example

White with #007A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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