Html Css Color HEX #00740D Green

📋 copy color: '#00740D'

red 0 ◦ green 116 ◦ blue 13

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

Shades of Green #00740D

Tints of Green #00740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 0%
G = 89.92%
B = 10.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#00740D (or 0x00740D) is known color: Green. HEX triplet: 00, 74 and 0D. RGB value is (0,116,13). Sum of RGB (Red+Green+Blue) = 0+116+13=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 116 (45.70% from 255 or 89.92% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 116 - color contains mainly: green. Hex color #00740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00740D is #FF8BF2. Grayscale: #454545. Windows color (decimal): -16747507 or 881664. OLE color: 881664.

HSL color Cylindrical-coordinate representation of color #00740D: hue angle of 126.72º 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 #00740D is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 116 13 -
CMYK 1 0 0.89 0.55
HSL 126.72º 1% 0.23% -
HSV(B) 126.72º 1% 0.45% -
XYZ 6.32 12.52 2.46 -
YUV 69.57 96.07 78.38 -
System Red Green Blue C M Y K H S L
Decimal 0 116 13 1 0 0.89 0.55 126.72 1 0.23
Hex 0 74 D 64 0 59 37 7F 64 17
Octal 0 164 15 144 0 131 67 177 144 27
Binary 0 1110100 1101 1100100 0 1011001 110111 1111111 1100100 10111

Color Harmonies of #00740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00740D

Black with #00740D

Text Example


Text Example

White with #00740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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