#0A751B

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

Shades of Green #0A751B

Tints of Green #0A751B

Color information

#0A751B (or 0x0A751B) is unknown color: approx Green. HEX triplet: 0A, 75 and 1B. RGB value is (10,117,27). Sum of RGB (Red+Green+Blue) = 10+117+27=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #0A751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A751B is #F58AE4. Grayscale: #4B4B4B. Windows color (decimal): -16091877 or 1799434. OLE color: 1799434.

HSL color Cylindrical-coordinate representation of color #0A751B: hue angle of 129.53º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A751B is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1011727-
CMYK0.9100.770.54
HSL129.53º84.25%24.9%-
HSV(B)129.53º91.45%45.88%-
XYZ6.6812.873.17-
YUV74.75101.0581.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 117 (46.09% from 255) = 75.97%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=6.49%
G=75.97%
B=17.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117270.9100.770.54129.5384.2524.9
HexA751B5B04D36825419
Octal121653313301156620212431
Binary101011101011101110110110100110111011010000010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A751B; }

 p { color: rgb(10,117,27); }

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

<style>
 a { background-color: #0A751B; }

 a { background-color: rgb(10,117,27); }

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

<style>
 span { border-color: #0A751B; }

 span { border-color: rgb(10,117,27); }

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