Html Css Color HEX #01673B Jewel

📋 copy color: '#01673B'

red 1 ◦ green 103 ◦ blue 59

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

Shades of Jewel #01673B

Tints of Jewel #01673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.19%

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

R = 0.61%
G = 63.19%
B = 36.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#01673B (or 0x01673B) is known color: Jewel. HEX triplet: 01, 67 and 3B. RGB value is (1,103,59). Sum of RGB (Red+Green+Blue) = 1+103+59=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #01673B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01673B is #FE98C4. Grayscale: #434343. Windows color (decimal): -16685253 or 3892993. OLE color: 3892993.

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

Color convert

RGB 1 103 59 -
CMYK 0.99 0 0.43 0.60
HSL 154.12º 0.98% 0.2% -
HSV(B) 154.12º 0.99% 0.4% -
XYZ 5.65 10.02 5.77 -
YUV 67.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 1 103 59 0.99 0 0.43 0.60 154.12 0.98 0.2
Hex 1 67 3B 63 0 2B 3C 9A 62 14
Octal 1 147 73 143 0 53 74 232 142 24
Binary 1 1100111 111011 1100011 0 101011 111100 10011010 1100010 10100

Color Harmonies of #01673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01673B

Black with #01673B

Text Example


Text Example

White with #01673B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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