Html Css Color HEX #0A7143 Jewel

📋 copy color: '#0A7143'

red 10 ◦ green 113 ◦ blue 67

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

Shades of Jewel #0A7143

Tints of Jewel #0A7143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.47%

 BLUE value IS 67 (26.56% from 255) = 35.26%

R = 5.26%
G = 59.47%
B = 35.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#0A7143 (or 0x0A7143) is known color: Jewel. HEX triplet: 0A, 71 and 43. RGB value is (10,113,67). Sum of RGB (Red+Green+Blue) = 10+113+67=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7143 is #F58EBC. Grayscale: #4D4D4D. Windows color (decimal): -16092861 or 4419850. OLE color: 4419850.

HSL color Cylindrical-coordinate representation of color #0A7143: hue angle of 153.2º 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 #0A7143 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 113 67 -
CMYK 0.91 0 0.41 0.56
HSL 153.2º 0.84% 0.24% -
HSV(B) 153.2º 0.91% 0.44% -
XYZ 7.04 12.28 7.31 -
YUV 76.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 10 113 67 0.91 0 0.41 0.56 153.2 0.84 0.24
Hex A 71 43 5B 0 29 38 99 54 18
Octal 12 161 103 133 0 51 70 231 124 30
Binary 1010 1110001 1000011 1011011 0 101001 111000 10011001 1010100 11000

Color Harmonies of #0A7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7143

Black with #0A7143

Text Example


Text Example

White with #0A7143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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