Html Css Color HEX #0A6A3B Jewel

📋 copy color: '#0A6A3B'

red 10 ◦ green 106 ◦ blue 59

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

Shades of Jewel #0A6A3B

Tints of Jewel #0A6A3B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 60.57%

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 5.71%
G = 60.57%
B = 33.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#0A6A3B (or 0x0A6A3B) is known color: Jewel. HEX triplet: 0A, 6A and 3B. RGB value is (10,106,59). Sum of RGB (Red+Green+Blue) = 10+106+59=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6A3B is #F595C4. Grayscale: #484848. Windows color (decimal): -16094661 or 3893770. OLE color: 3893770.

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

Color convert

RGB 10 106 59 -
CMYK 0.91 0 0.44 0.58
HSL 150.63º 0.83% 0.23% -
HSV(B) 150.63º 0.91% 0.42% -
XYZ 6.07 10.69 5.88 -
YUV 71.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 10 106 59 0.91 0 0.44 0.58 150.63 0.83 0.23
Hex A 6A 3B 5B 0 2C 3A 97 53 17
Octal 12 152 73 133 0 54 72 227 123 27
Binary 1010 1101010 111011 1011011 0 101100 111010 10010111 1010011 10111

Color Harmonies of #0A6A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6A3B

Black with #0A6A3B

Text Example


Text Example

White with #0A6A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,106,59); }

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

background-color css

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

 a { background-color: rgb(10,106,59); }

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

border-color css

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

 span { border-color: rgb(10,106,59); }

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