Html Css Color HEX #0A6140 Jewel

📋 copy color: '#0A6140'

red 10 ◦ green 97 ◦ blue 64

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

Shades of Jewel #0A6140

Tints of Jewel #0A6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.73%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 5.85%
G = 56.73%
B = 37.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#0A6140 (or 0x0A6140) is known color: Jewel. HEX triplet: 0A, 61 and 40. RGB value is (10,97,64). Sum of RGB (Red+Green+Blue) = 10+97+64=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6140 is #F59EBF. Grayscale: #434343. Windows color (decimal): -16096960 or 4219146. OLE color: 4219146.

HSL color Cylindrical-coordinate representation of color #0A6140: hue angle of 157.24º 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 #0A6140 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 64 -
CMYK 0.90 0 0.34 0.62
HSL 157.24º 0.81% 0.21% -
HSV(B) 157.24º 0.9% 0.38% -
XYZ 5.33 8.98 6.3 -
YUV 67.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 10 97 64 0.90 0 0.34 0.62 157.24 0.81 0.21
Hex A 61 40 5A 0 22 3E 9D 51 15
Octal 12 141 100 132 0 42 76 235 121 25
Binary 1010 1100001 1000000 1011010 0 100010 111110 10011101 1010001 10101

Color Harmonies of #0A6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6140

Black with #0A6140

Text Example


Text Example

White with #0A6140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,64); }

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

background-color css

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

 a { background-color: rgb(10,97,64); }

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

border-color css

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

 span { border-color: rgb(10,97,64); }

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