Html Css Color HEX #00711A Green

📋 copy color: '#00711A'

red 0 ◦ green 113 ◦ blue 26

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

Shades of Green #00711A

Tints of Green #00711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 81.29%

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 0%
G = 81.29%
B = 18.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#00711A (or 0x00711A) is known color: Green. HEX triplet: 00, 71 and 1A. RGB value is (0,113,26). Sum of RGB (Red+Green+Blue) = 0+113+26=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #00711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00711A is #FF8EE5. Grayscale: #454545. Windows color (decimal): -16748262 or 1732864. OLE color: 1732864.

HSL color Cylindrical-coordinate representation of color #00711A: hue angle of 133.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00711A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 26 -
CMYK 1 0 0.77 0.56
HSL 133.81º 1% 0.22% -
HSV(B) 133.81º 1% 0.44% -
XYZ 6.09 11.88 2.95 -
YUV 69.3 103.56 78.57 -
System Red Green Blue C M Y K H S L
Decimal 0 113 26 1 0 0.77 0.56 133.81 1 0.22
Hex 0 71 1A 64 0 4D 38 86 64 16
Octal 0 161 32 144 0 115 70 206 144 26
Binary 0 1110001 11010 1100100 0 1001101 111000 10000110 1100100 10110

Color Harmonies of #00711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00711A

Black with #00711A

Text Example


Text Example

White with #00711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00711A; }

 p { color: rgb(0,113,26); }

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

background-color css

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

 a { background-color: rgb(0,113,26); }

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

border-color css

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

 span { border-color: rgb(0,113,26); }

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