Html Css Color HEX #01753C Jewel

📋 copy color: '#01753C'

red 1 ◦ green 117 ◦ blue 60

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

Shades of Jewel #01753C

Tints of Jewel #01753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 65.73%

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

R = 0.56%
G = 65.73%
B = 33.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#01753C (or 0x01753C) is known color: Jewel. HEX triplet: 01, 75 and 3C. RGB value is (1,117,60). Sum of RGB (Red+Green+Blue) = 1+117+60=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #01753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01753C is #FE8AC3. Grayscale: #4B4B4B. Windows color (decimal): -16681668 or 3962113. OLE color: 3962113.

HSL color Cylindrical-coordinate representation of color #01753C: hue angle of 150.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01753C is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 60 -
CMYK 0.99 0 0.49 0.54
HSL 150.52º 0.98% 0.23% -
HSV(B) 150.52º 0.99% 0.46% -
XYZ 7.19 13.06 6.42 -
YUV 75.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 1 117 60 0.99 0 0.49 0.54 150.52 0.98 0.23
Hex 1 75 3C 63 0 31 36 97 62 17
Octal 1 165 74 143 0 61 66 227 142 27
Binary 1 1110101 111100 1100011 0 110001 110110 10010111 1100010 10111

Color Harmonies of #01753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01753C

Black with #01753C

Text Example


Text Example

White with #01753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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