Html Css Color HEX #0A633D Jewel

📋 copy color: '#0A633D'

red 10 ◦ green 99 ◦ blue 61

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

Shades of Jewel #0A633D

Tints of Jewel #0A633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 5.88%
G = 58.24%
B = 35.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#0A633D (or 0x0A633D) is known color: Jewel. HEX triplet: 0A, 63 and 3D. RGB value is (10,99,61). Sum of RGB (Red+Green+Blue) = 10+99+61=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #0A633D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A633D is #F59CC2. Grayscale: #444444. Windows color (decimal): -16096451 or 4023050. OLE color: 4023050.

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

Color convert

RGB 10 99 61 -
CMYK 0.90 0 0.38 0.61
HSL 154.38º 0.82% 0.21% -
HSV(B) 154.38º 0.9% 0.39% -
XYZ 5.43 9.33 5.93 -
YUV 68.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 10 99 61 0.90 0 0.38 0.61 154.38 0.82 0.21
Hex A 63 3D 5A 0 26 3D 9A 52 15
Octal 12 143 75 132 0 46 75 232 122 25
Binary 1010 1100011 111101 1011010 0 100110 111101 10011010 1010010 10101

Color Harmonies of #0A633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A633D

Black with #0A633D

Text Example


Text Example

White with #0A633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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