Html Css Color HEX #01663B Jewel

📋 copy color: '#01663B'

red 1 ◦ green 102 ◦ blue 59

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

Shades of Jewel #01663B

Tints of Jewel #01663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 62.96%

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

R = 0.62%
G = 62.96%
B = 36.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#01663B (or 0x01663B) is known color: Jewel. HEX triplet: 01, 66 and 3B. RGB value is (1,102,59). Sum of RGB (Red+Green+Blue) = 1+102+59=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #01663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663B is #FE99C4. Grayscale: #424242. Windows color (decimal): -16685509 or 3892737. OLE color: 3892737.

HSL color Cylindrical-coordinate representation of color #01663B: hue angle of 154.46º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01663B is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 59 -
CMYK 0.99 0 0.42 0.6
HSL 154.46º 0.98% 0.2% -
HSV(B) 154.46º 0.99% 0.4% -
XYZ 5.55 9.82 5.74 -
YUV 66.9 123.54 81 -
System Red Green Blue C M Y K H S L
Decimal 1 102 59 0.99 0 0.42 0.6 154.46 0.98 0.2
Hex 1 66 3B 63 0 2A 3C 9A 62 14
Octal 1 146 73 143 0 52 74 232 142 24
Binary 1 1100110 111011 1100011 0 101010 111100 10011010 1100010 10100

Color Harmonies of #01663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01663B

Black with #01663B

Text Example


Text Example

White with #01663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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