Html Css Color HEX #007614 Green

📋 copy color: '#007614'

red 0 ◦ green 118 ◦ blue 20

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

Shades of Green #007614

Tints of Green #007614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 85.51%

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

R = 0%
G = 85.51%
B = 14.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#007614 (or 0x007614) is known color: Green. HEX triplet: 00, 76 and 14. RGB value is (0,118,20). Sum of RGB (Red+Green+Blue) = 0+118+20=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #007614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007614 is #FF89EB. Grayscale: #474747. Windows color (decimal): -16746988 or 1340928. OLE color: 1340928.

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

Color convert

RGB 0 118 20 -
CMYK 1 0 0.83 0.54
HSL 130.17º 1% 0.23% -
HSV(B) 130.17º 1% 0.46% -
XYZ 6.6 13.01 2.82 -
YUV 71.55 98.91 76.97 -
System Red Green Blue C M Y K H S L
Decimal 0 118 20 1 0 0.83 0.54 130.17 1 0.23
Hex 0 76 14 64 0 53 36 82 64 17
Octal 0 166 24 144 0 123 66 202 144 27
Binary 0 1110110 10100 1100100 0 1010011 110110 10000010 1100100 10111

Color Harmonies of #007614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007614

Black with #007614

Text Example


Text Example

White with #007614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007614; }

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

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

background-color css

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

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

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

border-color css

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

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

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