Html Css Color HEX #01673E Jewel

📋 copy color: '#01673E'

red 1 ◦ green 103 ◦ blue 62

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

Shades of Jewel #01673E

Tints of Jewel #01673E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.35%

R = 0.6%
G = 62.05%
B = 37.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#01673E (or 0x01673E) is known color: Jewel. HEX triplet: 01, 67 and 3E. RGB value is (1,103,62). Sum of RGB (Red+Green+Blue) = 1+103+62=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #01673E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01673E is #FE98C1. Grayscale: #434343. Windows color (decimal): -16685250 or 4089601. OLE color: 4089601.

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

Color convert

RGB 1 103 62 -
CMYK 0.99 0 0.40 0.60
HSL 155.88º 0.98% 0.2% -
HSV(B) 155.88º 0.99% 0.4% -
XYZ 5.73 10.05 6.2 -
YUV 67.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 1 103 62 0.99 0 0.40 0.60 155.88 0.98 0.2
Hex 1 67 3E 63 0 28 3C 9C 62 14
Octal 1 147 76 143 0 50 74 234 142 24
Binary 1 1100111 111110 1100011 0 101000 111100 10011100 1100010 10100

Color Harmonies of #01673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01673E

Black with #01673E

Text Example


Text Example

White with #01673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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