Html Css Color HEX #146742 Jewel

📋 copy color: '#146742'

red 20 ◦ green 103 ◦ blue 66

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

Shades of Jewel #146742

Tints of Jewel #146742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 10.58%
G = 54.5%
B = 34.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#146742 (or 0x146742) is known color: Jewel. HEX triplet: 14, 67 and 42. RGB value is (20,103,66). Sum of RGB (Red+Green+Blue) = 20+103+66=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #146742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146742 is #EB98BD. Grayscale: #4A4A4A. Windows color (decimal): -15440062 or 4351764. OLE color: 4351764.

HSL color Cylindrical-coordinate representation of color #146742: hue angle of 153.25º 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 #146742 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 66 -
CMYK 0.81 0 0.36 0.60
HSL 153.25º 0.67% 0.24% -
HSV(B) 153.25º 0.81% 0.4% -
XYZ 6.12 10.24 6.81 -
YUV 73.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 20 103 66 0.81 0 0.36 0.60 153.25 0.67 0.24
Hex 14 67 42 51 0 24 3C 99 43 18
Octal 24 147 102 121 0 44 74 231 103 30
Binary 10100 1100111 1000010 1010001 0 100100 111100 10011001 1000011 11000

Color Harmonies of #146742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146742

Black with #146742

Text Example


Text Example

White with #146742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146742; }

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

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

background-color css

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

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

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

border-color css

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

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

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