Html Css Color HEX #01693A Jewel

📋 copy color: '#01693A'

red 1 ◦ green 105 ◦ blue 58

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

Shades of Jewel #01693A

Tints of Jewel #01693A

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 value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#01693A (or 0x01693A) is known color: 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

RGB 1 105 58 -
CMYK 0.99 0 0.45 0.59
HSL 152.88º 0.98% 0.21% -
HSV(B) 152.88º 0.99% 0.41% -
XYZ 5.83 10.42 5.71 -
YUV 68.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 1 105 58 0.99 0 0.45 0.59 152.88 0.98 0.21
Hex 1 69 3A 63 0 2D 3B 99 62 15
Octal 1 151 72 143 0 55 73 231 142 25
Binary 1 1101001 111010 1100011 0 101101 111011 10011001 1100010 10101

Color Harmonies of #01693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01693A

Black with #01693A

Text Example


Text Example

White with #01693A

Text Example


Text Example

HTML Codes & Css Web 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>