Html Css Color HEX #0A6B44 Jewel

📋 copy color: '#0A6B44'

red 10 ◦ green 107 ◦ blue 68

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

Shades of Jewel #0A6B44

Tints of Jewel #0A6B44

RGB

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

 GREEN value IS 107 (42.19% from 255) = 57.84%

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

R = 5.41%
G = 57.84%
B = 36.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#0A6B44 (or 0x0A6B44) is known color: Jewel. HEX triplet: 0A, 6B and 44. RGB value is (10,107,68). Sum of RGB (Red+Green+Blue) = 10+107+68=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6B44 is #F594BB. Grayscale: #494949. Windows color (decimal): -16094396 or 4483850. OLE color: 4483850.

HSL color Cylindrical-coordinate representation of color #0A6B44: hue angle of 155.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B44 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 107 68 -
CMYK 0.91 0 0.36 0.58
HSL 155.88º 0.83% 0.23% -
HSV(B) 155.88º 0.91% 0.42% -
XYZ 6.43 11 7.25 -
YUV 73.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 10 107 68 0.91 0 0.36 0.58 155.88 0.83 0.23
Hex A 6B 44 5B 0 24 3A 9C 53 17
Octal 12 153 104 133 0 44 72 234 123 27
Binary 1010 1101011 1000100 1011011 0 100100 111010 10011100 1010011 10111

Color Harmonies of #0A6B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6B44

Black with #0A6B44

Text Example


Text Example

White with #0A6B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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