Html Css Color HEX #0A6943 Jewel

📋 copy color: '#0A6943'

red 10 ◦ green 105 ◦ blue 67

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

Shades of Jewel #0A6943

Tints of Jewel #0A6943

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.69%

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

R = 5.49%
G = 57.69%
B = 36.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#0A6943 (or 0x0A6943) is known color: Jewel. HEX triplet: 0A, 69 and 43. RGB value is (10,105,67). Sum of RGB (Red+Green+Blue) = 10+105+67=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6943 is #F596BC. Grayscale: #484848. Windows color (decimal): -16094909 or 4417802. OLE color: 4417802.

HSL color Cylindrical-coordinate representation of color #0A6943: hue angle of 156º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6943 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 105 67 -
CMYK 0.90 0 0.36 0.59
HSL 156º 0.83% 0.23% -
HSV(B) 156º 0.9% 0.41% -
XYZ 6.19 10.57 7.02 -
YUV 72.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 10 105 67 0.90 0 0.36 0.59 156 0.83 0.23
Hex A 69 43 5A 0 24 3B 9C 53 17
Octal 12 151 103 132 0 44 73 234 123 27
Binary 1010 1101001 1000011 1011010 0 100100 111011 10011100 1010011 10111

Color Harmonies of #0A6943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6943

Black with #0A6943

Text Example


Text Example

White with #0A6943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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