#148767

Color #148767 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #148767

Tints of Elf Green #148767

Color information

#148767 (or 0x148767) is unknown color: approx Elf Green. HEX triplet: 14, 87 and 67. RGB value is (20,135,103). Sum of RGB (Red+Green+Blue) = 20+135+103=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #148767 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148767 is #EB7898. Grayscale: #606060. Windows color (decimal): -15431833 or 6784788. OLE color: 6784788.

HSL color Cylindrical-coordinate representation of color #148767: hue angle of 163.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148767 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB20135103-
CMYK0.8500.240.47
HSL163.3º74.19%30.39%-
HSV(B)163.3º85.19%52.94%-
XYZ11.418.4615.79-
YUV96.97131.473.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=7.75%
G=52.33%
B=39.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201351030.8500.240.47163.374.1930.39
Hex148767550182Fa34a1e
Octal242071471250305724311236
Binary10100100001111100111101010101100010111110100011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148767; }

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

 H1.HeaderClassName
 {
   color: #148767;
 }
 .AnyTagClassName
 {
   color: #148767;
 }
</style>
background-color css

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

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

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

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

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

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