Html Css Color HEX #0A6B42 Jewel

📋 copy color: '#0A6B42'

red 10 ◦ green 107 ◦ blue 66

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

Shades of Jewel #0A6B42

Tints of Jewel #0A6B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 5.46%
G = 58.47%
B = 36.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#0A6B42 (or 0x0A6B42) is known color: Jewel. HEX triplet: 0A, 6B and 42. RGB value is (10,107,66). Sum of RGB (Red+Green+Blue) = 10+107+66=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6B42 is #F594BD. Grayscale: #494949. Windows color (decimal): -16094398 or 4352778. OLE color: 4352778.

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

Color convert

RGB 10 107 66 -
CMYK 0.91 0 0.38 0.58
HSL 154.64º 0.83% 0.23% -
HSV(B) 154.64º 0.91% 0.42% -
XYZ 6.37 10.97 6.94 -
YUV 73.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 10 107 66 0.91 0 0.38 0.58 154.64 0.83 0.23
Hex A 6B 42 5B 0 26 3A 9B 53 17
Octal 12 153 102 133 0 46 72 233 123 27
Binary 1010 1101011 1000010 1011011 0 100110 111010 10011011 1010011 10111

Color Harmonies of #0A6B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6B42

Black with #0A6B42

Text Example


Text Example

White with #0A6B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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