Html Css Color HEX #007714 Green

📋 copy color: '#007714'

red 0 ◦ green 119 ◦ blue 20

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

Shades of Green #007714

Tints of Green #007714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 85.61%

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

R = 0%
G = 85.61%
B = 14.39%

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

#007714 (or 0x007714) is known color: Green. HEX triplet: 00, 77 and 14. RGB value is (0,119,20). Sum of RGB (Red+Green+Blue) = 0+119+20=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 119 (46.88% from 255 or 85.61% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 119 - color contains mainly: green. Hex color #007714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007714 is #FF88EB. Grayscale: #484848. Windows color (decimal): -16746732 or 1341184. OLE color: 1341184.

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

Color convert

RGB 0 119 20 -
CMYK 1 0 0.83 0.53
HSL 130.08º 1% 0.23% -
HSV(B) 130.08º 1% 0.47% -
XYZ 6.72 13.24 2.86 -
YUV 72.13 98.58 76.55 -
System Red Green Blue C M Y K H S L
Decimal 0 119 20 1 0 0.83 0.53 130.08 1 0.23
Hex 0 77 14 64 0 53 35 82 64 17
Octal 0 167 24 144 0 123 65 202 144 27
Binary 0 1110111 10100 1100100 0 1010011 110101 10000010 1100100 10111

Color Harmonies of #007714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007714

Black with #007714

Text Example


Text Example

White with #007714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007714; }

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

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

background-color css

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

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

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

border-color css

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

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

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