Html Css Color HEX #0A6241 Jewel

📋 copy color: '#0A6241'

red 10 ◦ green 98 ◦ blue 65

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

Shades of Jewel #0A6241

Tints of Jewel #0A6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 5.78%
G = 56.65%
B = 37.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#0A6241 (or 0x0A6241) is known color: Jewel. HEX triplet: 0A, 62 and 41. RGB value is (10,98,65). Sum of RGB (Red+Green+Blue) = 10+98+65=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #0A6241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6241 is #F59DBE. Grayscale: #434343. Windows color (decimal): -16096703 or 4284938. OLE color: 4284938.

HSL color Cylindrical-coordinate representation of color #0A6241: hue angle of 157.5º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6241 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 98 65 -
CMYK 0.90 0 0.34 0.62
HSL 157.5º 0.81% 0.21% -
HSV(B) 157.5º 0.9% 0.38% -
XYZ 5.45 9.18 6.49 -
YUV 67.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 10 98 65 0.90 0 0.34 0.62 157.5 0.81 0.21
Hex A 62 41 5A 0 22 3E 9E 51 15
Octal 12 142 101 132 0 42 76 236 121 25
Binary 1010 1100010 1000001 1011010 0 100010 111110 10011110 1010001 10101

Color Harmonies of #0A6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6241

Black with #0A6241

Text Example


Text Example

White with #0A6241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,65); }

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

background-color css

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

 a { background-color: rgb(10,98,65); }

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

border-color css

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

 span { border-color: rgb(10,98,65); }

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