Html Css Color HEX #01693D Jewel

📋 copy color: '#01693D'

red 1 ◦ green 105 ◦ blue 61

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

Shades of Jewel #01693D

Tints of Jewel #01693D

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 105 (41.41% from 255) = 62.87%

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

R = 0.6%
G = 62.87%
B = 36.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#01693D (or 0x01693D) is known color: Jewel. HEX triplet: 01, 69 and 3D. RGB value is (1,105,61). Sum of RGB (Red+Green+Blue) = 1+105+61=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #01693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01693D is #FE96C2. Grayscale: #444444. Windows color (decimal): -16684739 or 4024577. OLE color: 4024577.

HSL color Cylindrical-coordinate representation of color #01693D: hue angle of 154.62º 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 #01693D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 61 -
CMYK 0.99 0 0.42 0.59
HSL 154.62º 0.98% 0.21% -
HSV(B) 154.62º 0.99% 0.41% -
XYZ 5.91 10.45 6.12 -
YUV 68.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 1 105 61 0.99 0 0.42 0.59 154.62 0.98 0.21
Hex 1 69 3D 63 0 2A 3B 9B 62 15
Octal 1 151 75 143 0 52 73 233 142 25
Binary 1 1101001 111101 1100011 0 101010 111011 10011011 1100010 10101

Color Harmonies of #01693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01693D

Black with #01693D

Text Example


Text Example

White with #01693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01693D;
 }
 .AnyTagClassName
 {
   color: #01693D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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