Html Css Color HEX #0A6344 Jewel

📋 copy color: '#0A6344'

red 10 ◦ green 99 ◦ blue 68

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

Shades of Jewel #0A6344

Tints of Jewel #0A6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.93%

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 5.65%
G = 55.93%
B = 38.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#0A6344 (or 0x0A6344) is known color: Jewel. HEX triplet: 0A, 63 and 44. RGB value is (10,99,68). Sum of RGB (Red+Green+Blue) = 10+99+68=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6344 is #F59CBB. Grayscale: #444444. Windows color (decimal): -16096444 or 4481802. OLE color: 4481802.

HSL color Cylindrical-coordinate representation of color #0A6344: hue angle of 159.1º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6344 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 68 -
CMYK 0.90 0 0.31 0.61
HSL 159.1º 0.82% 0.21% -
HSV(B) 159.1º 0.9% 0.39% -
XYZ 5.63 9.41 6.99 -
YUV 68.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 10 99 68 0.90 0 0.31 0.61 159.1 0.82 0.21
Hex A 63 44 5A 0 1F 3D 9F 52 15
Octal 12 143 104 132 0 37 75 237 122 25
Binary 1010 1100011 1000100 1011010 0 11111 111101 10011111 1010010 10101

Color Harmonies of #0A6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6344

Black with #0A6344

Text Example


Text Example

White with #0A6344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,68); }

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

background-color css

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

 a { background-color: rgb(10,99,68); }

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

border-color css

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

 span { border-color: rgb(10,99,68); }

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