Html Css Color HEX #00751A Green

📋 copy color: '#00751A'

red 0 ◦ green 117 ◦ blue 26

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

Shades of Green #00751A

Tints of Green #00751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.82%

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

R = 0%
G = 81.82%
B = 18.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#00751A (or 0x00751A) is known color: Green. HEX triplet: 00, 75 and 1A. RGB value is (0,117,26). Sum of RGB (Red+Green+Blue) = 0+117+26=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #00751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00751A is #FF8AE5. Grayscale: #474747. Windows color (decimal): -16747238 or 1733888. OLE color: 1733888.

HSL color Cylindrical-coordinate representation of color #00751A: hue angle of 133.33º 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 #00751A is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 26 -
CMYK 1 0 0.78 0.54
HSL 133.33º 1% 0.23% -
HSV(B) 133.33º 1% 0.46% -
XYZ 6.55 12.8 3.1 -
YUV 71.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 0 117 26 1 0 0.78 0.54 133.33 1 0.23
Hex 0 75 1A 64 0 4E 36 85 64 17
Octal 0 165 32 144 0 116 66 205 144 27
Binary 0 1110101 11010 1100100 0 1001110 110110 10000101 1100100 10111

Color Harmonies of #00751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00751A

Black with #00751A

Text Example


Text Example

White with #00751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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