Html Css Color HEX #01693C Jewel

📋 copy color: '#01693C'

red 1 ◦ green 105 ◦ blue 60

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

Shades of Jewel #01693C

Tints of Jewel #01693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.14%

R = 0.6%
G = 63.25%
B = 36.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#01693C (or 0x01693C) is known color: Jewel. HEX triplet: 01, 69 and 3C. RGB value is (1,105,60). Sum of RGB (Red+Green+Blue) = 1+105+60=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #01693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01693C is #FE96C3. Grayscale: #444444. Windows color (decimal): -16684740 or 3959041. OLE color: 3959041.

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

Color convert

RGB 1 105 60 -
CMYK 0.99 0 0.43 0.59
HSL 154.04º 0.98% 0.21% -
HSV(B) 154.04º 0.99% 0.41% -
XYZ 5.88 10.44 5.98 -
YUV 68.77 123.04 79.66 -
System Red Green Blue C M Y K H S L
Decimal 1 105 60 0.99 0 0.43 0.59 154.04 0.98 0.21
Hex 1 69 3C 63 0 2B 3B 9A 62 15
Octal 1 151 74 143 0 53 73 232 142 25
Binary 1 1101001 111100 1100011 0 101011 111011 10011010 1100010 10101

Color Harmonies of #01693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01693C

Black with #01693C

Text Example


Text Example

White with #01693C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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