Html Css Color HEX #146755 Eden

📋 copy color: '#146755'

red 20 ◦ green 103 ◦ blue 85

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

Shades of Eden #146755

Tints of Eden #146755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 9.62%
G = 49.52%
B = 40.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#146755 (or 0x146755) is known color: Eden. HEX triplet: 14, 67 and 55. RGB value is (20,103,85). Sum of RGB (Red+Green+Blue) = 20+103+85=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #146755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146755 is #EB98AA. Grayscale: #4C4C4C. Windows color (decimal): -15440043 or 5596948. OLE color: 5596948.

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

Color convert

RGB 20 103 85 -
CMYK 0.81 0 0.17 0.60
HSL 166.99º 0.67% 0.24% -
HSV(B) 166.99º 0.81% 0.4% -
XYZ 6.78 10.51 10.26 -
YUV 76.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 20 103 85 0.81 0 0.17 0.60 166.99 0.67 0.24
Hex 14 67 55 51 0 11 3C A7 43 18
Octal 24 147 125 121 0 21 74 247 103 30
Binary 10100 1100111 1010101 1010001 0 10001 111100 10100111 1000011 11000

Color Harmonies of #146755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146755

Black with #146755

Text Example


Text Example

White with #146755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146755; }

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

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

background-color css

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

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

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

border-color css

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

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

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