#0A7141

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

Shades of Jewel #0A7141

Tints of Jewel #0A7141

Color information

#0A7141 (or 0x0A7141) is unknown color: approx Jewel. HEX triplet: 0A, 71 and 41. RGB value is (10,113,65). Sum of RGB (Red+Green+Blue) = 10+113+65=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7141 is #F58EBE. Grayscale: #4C4C4C. Windows color (decimal): -16092863 or 4288778. OLE color: 4288778.

HSL color Cylindrical-coordinate representation of color #0A7141: hue angle of 152.04º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7141 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1011365-
CMYK0.9100.420.56
HSL152.04º83.74%24.12%-
HSV(B)152.04º91.15%44.31%-
XYZ6.9812.267-
YUV76.73121.3880.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 113 (44.53% from 255) = 60.11%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=5.32%
G=60.11%
B=34.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113650.9100.420.56152.0483.7424.12
HexA71415B02A38985418
Octal121611011330527023012430
Binary1010111000110000011011011010101011100010011000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,65); }

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

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

 a { background-color: rgb(10,113,65); }

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

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

 span { border-color: rgb(10,113,65); }

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