Html Css Color HEX #0A6047 Jewel

📋 copy color: '#0A6047'

red 10 ◦ green 96 ◦ blue 71

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

Shades of Jewel #0A6047

Tints of Jewel #0A6047

RGB

 RED value IS 10 (4.3% from 255) = 5.65%

 GREEN value IS 96 (37.89% from 255) = 54.24%

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 5.65%
G = 54.24%
B = 40.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#0A6047 (or 0x0A6047) is known color: Jewel. HEX triplet: 0A, 60 and 47. RGB value is (10,96,71). Sum of RGB (Red+Green+Blue) = 10+96+71=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6047 is #F59FB8. Grayscale: #434343. Windows color (decimal): -16097209 or 4677642. OLE color: 4677642.

HSL color Cylindrical-coordinate representation of color #0A6047: hue angle of 162.56º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6047 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 96 71 -
CMYK 0.90 0 0.26 0.62
HSL 162.56º 0.81% 0.21% -
HSV(B) 162.56º 0.9% 0.38% -
XYZ 5.45 8.89 7.39 -
YUV 67.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 10 96 71 0.90 0 0.26 0.62 162.56 0.81 0.21
Hex A 60 47 5A 0 1A 3E A3 51 15
Octal 12 140 107 132 0 32 76 243 121 25
Binary 1010 1100000 1000111 1011010 0 11010 111110 10100011 1010001 10101

Color Harmonies of #0A6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6047

Black with #0A6047

Text Example


Text Example

White with #0A6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,96,71); }

 H1.HeaderClassName
 {
   color: #0A6047;
 }
 .AnyTagClassName
 {
   color: #0A6047;
 }
</style>

background-color css

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

 a { background-color: rgb(10,96,71); }

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

border-color css

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

 span { border-color: rgb(10,96,71); }

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