#007B0A

Color #007B0A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #007B0A

Tints of Green #007B0A

Color information

#007B0A (or 0x007B0A) is unknown color: approx Green. HEX triplet: 00, 7B and 0A. RGB value is (0,123,10). Sum of RGB (Red+Green+Blue) = 0+123+10=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 123 (48.44% from 255 or 92.48% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 123 - color contains mainly: green. Hex color #007B0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007B0A is #FF84F5. Grayscale: #494949. Windows color (decimal): -16745718 or 686848. OLE color: 686848.

HSL color Cylindrical-coordinate representation of color #007B0A: hue angle of 124.88º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B0A is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB012310-
CMYK100.920.52
HSL124.88º100%24.12%-
HSV(B)124.88º100%48.24%-
XYZ7.1414.192.65-
YUV73.3492.2575.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 92.48%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=0%
G=92.48%
B=7.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012310100.920.52124.8810024.12
Hex07BA6405C347d6418
Octal01731214401346417514430
Binary0111101110101100100010111001101001111101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007B0A; }

 p { color: rgb(0,123,10); }

 H1.HeaderClassName
 {
   color: #007B0A;
 }
 .AnyTagClassName
 {
   color: #007B0A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,123,10); }

 div.DivClassName
 {
   background-color: #007B0A;
 }
 .BgClassName
 {
   background-color: #007B0A;
 }
</style>
border-color css

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

 span { border-color: rgb(0,123,10); }

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