Html Css Color HEX #01693B Jewel

📋 copy color: '#01693B'

red 1 ◦ green 105 ◦ blue 59

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

Shades of Jewel #01693B

Tints of Jewel #01693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 0.61%
G = 63.64%
B = 35.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#01693B (or 0x01693B) is known color: Jewel. HEX triplet: 01, 69 and 3B. RGB value is (1,105,59). Sum of RGB (Red+Green+Blue) = 1+105+59=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 105 (41.41% from 255 or 63.64% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 105 - color contains mainly: green. Hex color #01693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01693B is #FE96C4. Grayscale: #444444. Windows color (decimal): -16684741 or 3893505. OLE color: 3893505.

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

Color convert

RGB 1 105 59 -
CMYK 0.99 0 0.44 0.59
HSL 153.46º 0.98% 0.21% -
HSV(B) 153.46º 0.99% 0.41% -
XYZ 5.85 10.43 5.84 -
YUV 68.66 122.54 79.74 -
System Red Green Blue C M Y K H S L
Decimal 1 105 59 0.99 0 0.44 0.59 153.46 0.98 0.21
Hex 1 69 3B 63 0 2C 3B 99 62 15
Octal 1 151 73 143 0 54 73 231 142 25
Binary 1 1101001 111011 1100011 0 101100 111011 10011001 1100010 10101

Color Harmonies of #01693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01693B

Black with #01693B

Text Example


Text Example

White with #01693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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