Html Css Color HEX #0A633E Jewel

📋 copy color: '#0A633E'

red 10 ◦ green 99 ◦ blue 62

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

Shades of Jewel #0A633E

Tints of Jewel #0A633E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.89%

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 5.85%
G = 57.89%
B = 36.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#0A633E (or 0x0A633E) is known color: Jewel. HEX triplet: 0A, 63 and 3E. RGB value is (10,99,62). Sum of RGB (Red+Green+Blue) = 10+99+62=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #0A633E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A633E is #F59CC1. Grayscale: #444444. Windows color (decimal): -16096450 or 4088586. OLE color: 4088586.

HSL color Cylindrical-coordinate representation of color #0A633E: hue angle of 155.06º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A633E is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 62 -
CMYK 0.90 0 0.37 0.61
HSL 155.06º 0.82% 0.21% -
HSV(B) 155.06º 0.9% 0.39% -
XYZ 5.46 9.34 6.07 -
YUV 68.17 124.51 86.51 -
System Red Green Blue C M Y K H S L
Decimal 10 99 62 0.90 0 0.37 0.61 155.06 0.82 0.21
Hex A 63 3E 5A 0 25 3D 9B 52 15
Octal 12 143 76 132 0 45 75 233 122 25
Binary 1010 1100011 111110 1011010 0 100101 111101 10011011 1010010 10101

Color Harmonies of #0A633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A633E

Black with #0A633E

Text Example


Text Example

White with #0A633E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,62); }

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

background-color css

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

 a { background-color: rgb(10,99,62); }

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

border-color css

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

 span { border-color: rgb(10,99,62); }

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