Html Css Color HEX #0A613F Jewel

📋 copy color: '#0A613F'

red 10 ◦ green 97 ◦ blue 63

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

Shades of Jewel #0A613F

Tints of Jewel #0A613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.06%

R = 5.88%
G = 57.06%
B = 37.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#0A613F (or 0x0A613F) is known color: Jewel. HEX triplet: 0A, 61 and 3F. RGB value is (10,97,63). Sum of RGB (Red+Green+Blue) = 10+97+63=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #0A613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A613F is #F59EC0. Grayscale: #434343. Windows color (decimal): -16096961 or 4153610. OLE color: 4153610.

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

Color convert

RGB 10 97 63 -
CMYK 0.90 0 0.35 0.62
HSL 156.55º 0.81% 0.21% -
HSV(B) 156.55º 0.9% 0.38% -
XYZ 5.3 8.97 6.16 -
YUV 67.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 10 97 63 0.90 0 0.35 0.62 156.55 0.81 0.21
Hex A 61 3F 5A 0 23 3E 9D 51 15
Octal 12 141 77 132 0 43 76 235 121 25
Binary 1010 1100001 111111 1011010 0 100011 111110 10011101 1010001 10101

Color Harmonies of #0A613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A613F

Black with #0A613F

Text Example


Text Example

White with #0A613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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