Html Css Color HEX #0A623F Jewel

📋 copy color: '#0A623F'

red 10 ◦ green 98 ◦ blue 63

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

Shades of Jewel #0A623F

Tints of Jewel #0A623F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 5.85%
G = 57.31%
B = 36.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#0A623F (or 0x0A623F) is known color: Jewel. HEX triplet: 0A, 62 and 3F. RGB value is (10,98,63). Sum of RGB (Red+Green+Blue) = 10+98+63=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #0A623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A623F is #F59DC0. Grayscale: #434343. Windows color (decimal): -16096705 or 4153866. OLE color: 4153866.

HSL color Cylindrical-coordinate representation of color #0A623F: hue angle of 156.14º 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 #0A623F is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 98 63 -
CMYK 0.90 0 0.36 0.62
HSL 156.14º 0.81% 0.21% -
HSV(B) 156.14º 0.9% 0.38% -
XYZ 5.39 9.16 6.19 -
YUV 67.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 10 98 63 0.90 0 0.36 0.62 156.14 0.81 0.21
Hex A 62 3F 5A 0 24 3E 9C 51 15
Octal 12 142 77 132 0 44 76 234 121 25
Binary 1010 1100010 111111 1011010 0 100100 111110 10011100 1010001 10101

Color Harmonies of #0A623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A623F

Black with #0A623F

Text Example


Text Example

White with #0A623F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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