Html Css Color HEX #146750 Jewel

📋 copy color: '#146750'

red 20 ◦ green 103 ◦ blue 80

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

Shades of Jewel #146750

Tints of Jewel #146750

RGB

 RED value IS 20 (8.2% from 255) = 9.85%

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 9.85%
G = 50.74%
B = 39.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#146750 (or 0x146750) is known color: Jewel. HEX triplet: 14, 67 and 50. RGB value is (20,103,80). Sum of RGB (Red+Green+Blue) = 20+103+80=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #146750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146750 is #EB98AF. Grayscale: #4B4B4B. Windows color (decimal): -15440048 or 5269268. OLE color: 5269268.

HSL color Cylindrical-coordinate representation of color #146750: hue angle of 163.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146750 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 80 -
CMYK 0.81 0 0.22 0.60
HSL 163.37º 0.67% 0.24% -
HSV(B) 163.37º 0.81% 0.4% -
XYZ 6.59 10.43 9.26 -
YUV 75.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 20 103 80 0.81 0 0.22 0.60 163.37 0.67 0.24
Hex 14 67 50 51 0 16 3C A3 43 18
Octal 24 147 120 121 0 26 74 243 103 30
Binary 10100 1100111 1010000 1010001 0 10110 111100 10100011 1000011 11000

Color Harmonies of #146750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146750

Black with #146750

Text Example


Text Example

White with #146750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146750; }

 p { color: rgb(20,103,80); }

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

background-color css

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

 a { background-color: rgb(20,103,80); }

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

border-color css

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

 span { border-color: rgb(20,103,80); }

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