#01693A

Color #01693A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #01693A

Tints of Jewel #01693A

Color information

#01693A (or 0x01693A) is unknown color: approx Jewel. HEX triplet: 01, 69 and 3A. RGB value is (1,105,58). Sum of RGB (Red+Green+Blue) = 1+105+58=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 105 (41.41% from 255 or 64.02% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 105 - color contains mainly: green. Hex color #01693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01693A is #FE96C5. Grayscale: #444444. Windows color (decimal): -16684742 or 3827969. OLE color: 3827969.

HSL color Cylindrical-coordinate representation of color #01693A: hue angle of 152.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01693A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB110558-
CMYK0.9900.450.59
HSL152.88º98.11%20.78%-
HSV(B)152.88º99.05%41.18%-
XYZ5.8310.425.71-
YUV68.55122.0479.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 105 (41.41% from 255) = 64.02%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=0.61%
G=64.02%
B=35.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105580.9900.450.59152.8898.1120.78
Hex1693A6302D3B996215
Octal1151721430557323114225
Binary111010011110101100011010110111101110011001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01693A; }

 p { color: rgb(1,105,58); }

 H1.HeaderClassName
 {
   color: #01693A;
 }
 .AnyTagClassName
 {
   color: #01693A;
 }
</style>
background-color css

<style>
 a { background-color: #01693A; }

 a { background-color: rgb(1,105,58); }

 div.DivClassName
 {
   background-color: #01693A;
 }
 .BgClassName
 {
   background-color: #01693A;
 }
</style>
border-color css

<style>
 span { border-color: #01693A; }

 span { border-color: rgb(1,105,58); }

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