Html Css Color HEX #007914 Green

📋 copy color: '#007914'

red 0 ◦ green 121 ◦ blue 20

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

Shades of Green #007914

Tints of Green #007914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 85.82%

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 0%
G = 85.82%
B = 14.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#007914 (or 0x007914) is known color: Green. HEX triplet: 00, 79 and 14. RGB value is (0,121,20). Sum of RGB (Red+Green+Blue) = 0+121+20=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 121 (47.66% from 255 or 85.82% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 121 - color contains mainly: green. Hex color #007914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007914 is #FF86EB. Grayscale: #494949. Windows color (decimal): -16746220 or 1341696. OLE color: 1341696.

HSL color Cylindrical-coordinate representation of color #007914: hue angle of 129.92º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007914 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 121 20 -
CMYK 1 0 0.83 0.53
HSL 129.92º 1% 0.24% -
HSV(B) 129.92º 1% 0.47% -
XYZ 6.96 13.73 2.94 -
YUV 73.31 97.91 75.71 -
System Red Green Blue C M Y K H S L
Decimal 0 121 20 1 0 0.83 0.53 129.92 1 0.24
Hex 0 79 14 64 0 53 35 82 64 18
Octal 0 171 24 144 0 123 65 202 144 30
Binary 0 1111001 10100 1100100 0 1010011 110101 10000010 1100100 11000

Color Harmonies of #007914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007914

Black with #007914

Text Example


Text Example

White with #007914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007914; }

 p { color: rgb(0,121,20); }

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

background-color css

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

 a { background-color: rgb(0,121,20); }

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

border-color css

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

 span { border-color: rgb(0,121,20); }

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