Html Css Color HEX #007411 Green

📋 copy color: '#007411'

red 0 ◦ green 116 ◦ blue 17

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

Shades of Green #007411

Tints of Green #007411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 87.22%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 0%
G = 87.22%
B = 12.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#007411 (or 0x007411) is known color: Green. HEX triplet: 00, 74 and 11. RGB value is (0,116,17). Sum of RGB (Red+Green+Blue) = 0+116+17=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 116 (45.70% from 255 or 87.22% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 116 - color contains mainly: green. Hex color #007411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007411 is #FF8BEE. Grayscale: #464646. Windows color (decimal): -16747503 or 1143808. OLE color: 1143808.

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

Color convert

RGB 0 116 17 -
CMYK 1 0 0.85 0.55
HSL 128.79º 1% 0.23% -
HSV(B) 128.79º 1% 0.45% -
XYZ 6.35 12.53 2.61 -
YUV 70.03 98.07 78.05 -
System Red Green Blue C M Y K H S L
Decimal 0 116 17 1 0 0.85 0.55 128.79 1 0.23
Hex 0 74 11 64 0 55 37 81 64 17
Octal 0 164 21 144 0 125 67 201 144 27
Binary 0 1110100 10001 1100100 0 1010101 110111 10000001 1100100 10111

Color Harmonies of #007411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007411

Black with #007411

Text Example


Text Example

White with #007411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007411; }

 p { color: rgb(0,116,17); }

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

background-color css

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

 a { background-color: rgb(0,116,17); }

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

border-color css

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

 span { border-color: rgb(0,116,17); }

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