Html Css Color HEX #00700B Green

📋 copy color: '#00700B'

red 0 ◦ green 112 ◦ blue 11

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

Shades of Green #00700B

Tints of Green #00700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 91.06%

 BLUE value IS 11 (4.69% from 255) = 8.94%

R = 0%
G = 91.06%
B = 8.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#00700B (or 0x00700B) is known color: Green. HEX triplet: 00, 70 and 0B. RGB value is (0,112,11). Sum of RGB (Red+Green+Blue) = 0+112+11=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 112 (44.14% from 255 or 91.06% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 112 - color contains mainly: green. Hex color #00700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00700B is #FF8FF4. Grayscale: #434343. Windows color (decimal): -16748533 or 749568. OLE color: 749568.

HSL color Cylindrical-coordinate representation of color #00700B: hue angle of 125.89º 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 #00700B is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 11 -
CMYK 1 0 0.90 0.56
HSL 125.89º 1% 0.22% -
HSV(B) 125.89º 1% 0.44% -
XYZ 5.85 11.61 2.25 -
YUV 67 96.39 80.21 -
System Red Green Blue C M Y K H S L
Decimal 0 112 11 1 0 0.90 0.56 125.89 1 0.22
Hex 0 70 B 64 0 5A 38 7E 64 16
Octal 0 160 13 144 0 132 70 176 144 26
Binary 0 1110000 1011 1100100 0 1011010 111000 1111110 1100100 10110

Color Harmonies of #00700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00700B

Black with #00700B

Text Example


Text Example

White with #00700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00700B; }

 p { color: rgb(0,112,11); }

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

background-color css

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

 a { background-color: rgb(0,112,11); }

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

border-color css

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

 span { border-color: rgb(0,112,11); }

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